fork download
  1. for i in range(1,7): print(i)# your code goes here
Success #stdin #stdout 0.07s 14044KB
stdin
Standard input is empty
stdout
1
2
3
4
5
6