Question: What is the equivalent for loop? a=0 while a < 100: print(a) a += 1 print()


What is the equivalent for loop? a=0 while a < 100: print(a) a += 1 print()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
