Respuesta :

Answer:

value = float(input("Enter a number: "))

if (value >= 90):

   print("Great!")

Explanation:

Q&A Education