Question: i=5 while(i==i): print('John') i=i+1 A infinite loop B Nothing it prints John 100 times. Dit prints John 5 times

i=5 while(i==i): print('John') i=i+1 A infinite loop B Nothing it prints "John" 100 times. Dit prints John 5 times
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
