I take two numbers from the user and I have to print the numbers between them, which can be divided into 5,000, how to do this in python?
For example, a=12005 and b=28077
the result should be: 15000 20000 25000
I don't have an idea can you help me with it, please?
range
between two numbers? 3) Do you know how to check if a number is divisible by another? (How do you check whether a number is divisible by another number?) – Tomerikoo