Question: Write the Python statements to print the numbers between two numbers A and B, inclusive, in decrements of three using a for loop in one
Write the Python statements to print the numbers between two numbers A and B, inclusive, in decrements of three using a for loop in one line (each number separated by a space). The value of A and B will be provided by the user, you can assume A > B. Write out the python code for this.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
