j = 5 for i in range(0,3): j = j + i%10 print(j) # your code goes here