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