fork download
  1. # your code goes here
  2.  
  3. for i in range(1, 0, +10):
  4. print(i)
  5.  
  6.  
Success #stdin #stdout 0.11s 14028KB
stdin
Standard input is empty
stdout
Standard output is empty