Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
file Problem
#1
hi
I can not create a file or write anything inside the file on mac OS

my cod is :

test = open("test.txt","w")
test.write('test hello')
test.close()
Doh
mac os : 11.2.3
python : 3.9.4
idle : VSCODE
Reply


Messages In This Thread
file Problem - by faraz_h - Apr-12-2021, 06:51 AM
RE: file Problem - by ibreeden - Apr-12-2021, 07:40 AM
RE: file Problem - by Larz60+ - Apr-12-2021, 09:47 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020