fork download
  1. a=1
  2. while a>=1:
  3. print('h')
  4. a-=1
Success #stdin #stdout 0.04s 9536KB
stdin
Standard input is empty
stdout
h