Answer:
value = float(input("Enter a number: "))
if (value >= 90):
print("Great!")
Step-by-step explanation:
3.4m questions
4.4m answers