6

Found this in our Python codebase:

my_dict[key] = "%s" % str(my_dict[key])

Best way to convert a value to string xX

Comments
Add Comment