145k views
6 votes
3.2 code practice question 2. Not in a rush.​

User Wxker
by
3.3k points

1 Answer

2 votes

Answer:

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

if (value >= 90):

print("Great!")

Step-by-step explanation:

User Lokesh Deshmukh
by
3.6k points