Converting the keys of a dictionary from numeric to string

Paul Rubin no.email at nospam.invalid
Thu Oct 20 04:05:56 EDT 2016


Peter Otten <__peter__ at web.de> writes:
> assert len(keydict) == len(mydict)

assert set(keydict) == set(mydict)



More information about the Python-list mailing list