fork download
  1. count=3
  2. while count>1:
  3. print('happycoding')
  4. count=count-1
  5. if count==2:
  6. break
Success #stdin #stdout 0.07s 14084KB
stdin
Standard input is empty
stdout
happycoding