Which conditions after the while would create an infinite loop in the code below?
number = 5
while ____:
print(number)
number += 1
Choose all that apply.
Which conditions after the while would create an infinite loop in the code below?
number = 5
while ____:
print(number)
number += 1
Choose all that apply.
Create a free account to access the full topic