Question: What is wrong with this code and how can I fix it? value = int(input(Enter a number between 1 and 10 (1-10) > )) while
What is wrong with this code and how can I fix it?
value = int(input("Enter a number between 1 and 10 (1-10) > ")) while value > 1 or value < 10: print("That number is not 1-10. Try again") value = int(input("Enter 1-10 > ")) Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
