a = int(input())b = int(input()) b = ((b + 1) // 2) * 2 - 1for i in range(b, a - 1, -2): print(i)
4 12
11 9 7 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!