+ 1
How to Add 2 argument in os module
I wanna make notepad file / txt file But im stuck at this code Example os.system("notepad",fileNames+".txt") Error messages "system() takes at most 1 argument (2 given)" Pls Help
1 Respuesta
I wanna make notepad file / txt file But im stuck at this code Example os.system("notepad",fileNames+".txt") Error messages "system() takes at most 1 argument (2 given)" Pls Help