test_localsystem.py 69 B

123
  1. f=open('test_localsystem.txt','w')
  2. f.write('I have run\n')
  3. f.close()