a=int(input())b=int(input())for i in range(a,b+1): if i%100==0: print(i)
800 1100
800 900 1000 1100
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!