fork download
  1. j = 5
  2. for i in range(0,3):
  3. j = j + i%10
  4. print(j)
  5. # your code goes here
Success #stdin #stdout 0.01s 7088KB
stdin
Standard input is empty
stdout
8