Computer Science, asked by pranayamahajan205, 8 months ago

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 dhruvgandhi200
2

Answer:

a=int(input("Enter a number between 50 and 60= "))

Similar questions