121k views
1 vote
3.2 Code Practice: Question 1 from edhesive ( answer in python pls)

User BYZZav
by
6.6k points

1 Answer

2 votes

Answer:

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

if value > 45.6:

print("Greater than 45.6")

User Kalendae
by
8.0k points