Question: Write a while loop which is the exact equivalent of the following for loop: for k in range(1,43) : print(k)

Write a while loop which is the exact equivalent of the following for loop: for k in range(1,43) : print(k)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
