# your code goes heren=int(input())m=int(input())L=range(n,m,-1)if n!=m: print(*L)
10 3
10 9 8 7 6 5 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!