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