Spaces:
Running
Running
File size: 72 Bytes
10865e1 |
1 2 3 4 |
f = open("test_localsystem.txt", "w")
f.write("I have run\n")
f.close()
|