4 lines
72 B
Python
4 lines
72 B
Python
f = open("test_localsystem.txt", "w")
|
|
f.write("I have run\n")
|
|
f.close()
|