fork download
  1. # your code goes here
Success #stdin #stdout 0.12s 14168KB
stdin
f = open('Input.txt', 'w')
f.write('abcdefghijklmnopqrstuwxyz')
f.seek(2)
f.write('***************')
f.close()
stdout
Standard output is empty