So if you have some dictionary like this
dictionary={} dictionary[\'a\']=1 dictionary[\'a\']=2 print(dictionary)
this would print {\'a\':2} a