Apr-12-2021, 06:51 AM
hi
I can not create a file or write anything inside the file on mac OS
my cod is :
mac os : 11.2.3
python : 3.9.4
idle : VSCODE
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()

mac os : 11.2.3
python : 3.9.4
idle : VSCODE