Files
Sheerka-Old/app.py
T
2019-07-18 23:55:14 +02:00

3 lines
44 B
Python

f = open("MyFirstFile.txt", "w+")
f.close()