Question: WHILE LOOP & no input function Write a program that generates two random integer numbers between 1 and 100. Then, print out the numbers between
WHILE LOOP & no input function
Write a program that generates two random integer numbers between 1 and 100. Then, print out the numbers between the two randomly generated ones using a while loop. The output is shown below.
Input:
a) python C:\M5\assign5-4.py
b) python C:\M5\assign5-4.py
Output:
a) start:4, end:14
4
5
6
7
8
9
10
11
12
13
14
b) start:15, end:20
15
16
17
18
19
20
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
