fork(3) download
  1. for i in range(3):
  2. print(i) # 0, 1, 2
Success #stdin #stdout 0.13s 14100KB
stdin
Standard input is empty
stdout
0
1
2