fork download
  1. count=3
  2. while count<10:
  3. print('qwertyu')
  4. count=count+1
Success #stdin #stdout 0.06s 14084KB
stdin
Standard input is empty
stdout
qwertyu
qwertyu
qwertyu
qwertyu
qwertyu
qwertyu
qwertyu