Question: 0. Rewrite the following for loop as a while loop: for lc in range(10, 0, -3): print lc
0. Rewrite the following for loop as a while loop:
for lc in range(10, 0, -3):
print lc
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
