+ 2
How to convert dictionary to string..?
2 Respostas
+ 11
Dictionary is a hard one to comvert, but if you want:
{1:3,2:4,3:5} to "{1:3,2:4,3:5}", just use str()
0
Post an example of your directory and an example of what you're trying to accomplish.