[ create a new paste ] login | about

Link: http://codepad.org/oc4T8xXn    [ raw code | output | fork ]

Python, pasted on Apr 24:
1
print ({'a':'b','a':'c'})


Output:
1
{'a': 'c'}


Create a new paste based on this one


Comments: