fork download
  1. # your code goes here
Success #stdin #stdout 0.12s 14160KB
stdin
seek (5); read ();    

f=open('input.txt','w')

f.write('ajsjsidmmkkkddmdmd')

f.close()

f=open('input.txt','r')

f.seek(5)

a=f.read()

print(a)
stdout
Standard output is empty