Question: The code below prints the numbers from 1 to 50. Rewrite the code using a while loop to accomplish the same thing. for i in
The code below prints the numbers from 1 to 50. Rewrite the code using a while loop to accomplish the same thing.
for i in range(1,51):
print(i)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
