SyntaxFix
Write A Post
Hire A Developer
Questions
I do it like this in python 3:
with open('myfile.txt', 'w') as f: print(mydictionary, file=f)