fork download
  1. n = 3
  2. for i in range(1, n + 1):
  3. print(i)
Success #stdin #stdout 0.07s 13928KB
stdin
Standard input is empty
stdout
1
2
3