0
how can i create file from my program
(open("file_name", "w+"/ "w") doesn't works
3 Answers
+ 2
file = open('myfile.dat', 'w+')
0
it's strange. now it works. anyway thx! :)
0
make sure when you are playing with files that you close them when you are done