blob: c4817e7a6474e0c5c0064e355b024f1739915997 [file] [log] [blame]
a = {
'c': 99999
}
print "Hello, there."
print a['c']
a = {
'b': 1,
'c': 2
}