Question: python 16 The following loop may run forever: (2 points) guess = eval(input (enter your guess:)) chances = 0 while True: if guess == 7:
python
16 The following loop may run forever: (2 points) guess = eval(input ("enter your guess:")) chances = 0 while True: if guess == 7: print ("you won") break elif chances
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
