fork(1) download
  1. i = 0
  2. while i < 10:
  3. if i == 4:
  4. print(i)
  5. i = i + 1
  6.  
Success #stdin #stdout 0.02s 8688KB
stdin
Standard input is empty
stdout
4