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