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

asked
User Wxker
by
8.2k points

1 Answer

2 votes

Answer:

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

if (value >= 90):

print("Great!")

Step-by-step explanation:

answered
User Lokesh Deshmukh
by
7.5k points

No related questions found