Files
2026-06-23 15:20:56 +02:00

4 lines
72 B
Python

f = open("test_localsystem.txt", "w")
f.write("I have run\n")
f.close()