3 lines
69 B
Python
3 lines
69 B
Python
f=open('test_localsystem.txt','w')
|
|
f.write('I have run\n')
|
|
f.close()
|