fork download
  1. x=int(input())
  2. y=int(input())
  3. for i in range(x,y+1,4):
  4. print(i)# your code goes here
Success #stdin #stdout 0.08s 14108KB
stdin
-2
6
stdout
-2
2
6