Question: use python thanks Activity 3.b) Write a Python program that uses while loop to print all the numbers between two numbers (exclusive). The two numbers

use python thanks
use python thanks Activity 3.b) Write a Python program that uses while

Activity 3.b) Write a Python program that uses while loop to print all the numbers between two numbers (exclusive). The two numbers are entered by the user. The program should print from the smaller number of the two entered numbers, and with an increment of 1 up to the higher number Template File Edit Shell Debug Options Window Help Exercise 3: Print between a specific range When run the program, it asks the user to enter a number. For example, if user types 35 and presses Enter... Enter number 1:35 Enter number 2: L: 32 Cob 16 File Edit Shell Debug Options Window Help Exercise 3: Print between a specific range --- the program will ask for the second number. For example, if user types 18 and presses Enter... Enter number 1: 35 Enter number 2: 18 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 The program will print from the smaller number and print up to the greater number with an increment. AW Ln: 50 Col4 Checkpoint: If the user enters the same number, the program should ask the user to enter another number for the last number, which is the second number. Once the two numbers are different, the program will print from the smaller to the higher number with an increment of 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!