fork download
  1. # your code goes here
  2. n=4
  3. for i in range(n):
  4. print(i)
Success #stdin #stdout 0.07s 14032KB
stdin
Standard input is empty
stdout
0
1
2
3