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