fork download
  1. # your code goes here
Success #stdin #stdout 0.08s 14120KB
stdin
seek (0); read (1);  

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

f.write('ajsjsidmmkkkddmdmd')

f.close()

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

f.seek(0)

a=f.read(1)

print(a)

 
stdout
Standard output is empty