Completely new and learning python, so please be patient with my noob problems lol. i tried entering this code:
file = open('Test.txt','w') file.write('Hello world')
After that it doesn't give me an error but also wont open nor write. The Text.txt file is on my desktop and i tried direct path but also same problem. could i be missing something? Thank you in advance.