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