fork download
  1. for i in range(5): print(i)
  2.  
  3.  
  4.  
  5.  
  6.  
Success #stdin #stdout 0.02s 6972KB
stdin
Standard input is empty
stdout
0
1
2
3
4