Write a program that will ask the user to input a number between 50 and 60. Give a response that tells the user if the number is “within range” or “too high” or “too low”.
Answers
Answered by
2
Answer:
a=int(input("Enter a number between 50 and 60= "))
Similar questions