fork(1) download
  1. count=3
  2. while count>2:
  3. print('在乐乐')
  4. count=count-1
  5. else:
  6. print('happycoding')
  7. count=3
  8. while count>2:
  9. print('在乐乐')
  10. count=count-1
  11. else:
  12. print('happycoding')
  13. count=3
  14. while count>2:
  15. print('在乐乐')
  16. count=count-1
  17. else:
  18. print('happycoding')
Success #stdin #stdout 0.07s 14104KB
stdin
Standard input is empty
stdout
在乐乐
happycoding
在乐乐
happycoding
在乐乐
happycoding