189k views
0 votes
3.2 lesson practice edhesive ​

User Fogmeister
by
6.6k points

1 Answer

3 votes

Answer:

3.2 Question 1

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

if (x > 45.6):

print("Greater than 45.6")

3.2 Question 2

x = float(input("Enter your grade: "))

if (x >= 90):

print("Great! ")

Step-by-step explanation:

I hope this works I do not know exactly what you were asking for

User Fedorqui
by
6.4k points