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