Kano001's picture
Upload 261 files
10865e1 verified
raw
history blame
72 Bytes
f = open("test_localsystem.txt", "w")
f.write("I have run\n")
f.close()