Question: In Python Write a while loop that prints 1 to user_num. Sample output for the given program: 1 2 3 4 i = 1 user_num
In Python
Write a while loop that prints 1 to user_num. Sample output for the given program:
1 2 3 4
i = 1 user_num = 4 # Assume positive
'''Your solution goes here'''
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
