x=int(input())y=int(input())for i in range(x,y+1,4): print(i)# your code goes here
-2 6
-2 2 6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!