3 lines
44 B
Python
3 lines
44 B
Python
|
|
f = open("MyFirstFile.txt", "w+")
|
|
f.close() |
|
|
f = open("MyFirstFile.txt", "w+")
|
|
f.close() |