Question: Will the following code snippet remain stuck in an infinite loop? num1 = 7-34 while num1
Will the following code snippet remain stuck in an infinite loop?
num1 = 7-34 while num1 <= 0: print(num1) num1 = num1 - 1
yes or no??
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
