fork download
  1. # your code goes here
  2. import sys
  3. write = sys.stdout.write
  4. write('ht')
  5. write('05')
Success #stdin #stdout 0.01s 6848KB
stdin
Standard input is empty
stdout
ht05