3.3 Code Practice: Question 1 Edhesive
Answers
Answered by
3
Answer:
x = float(input ("Enter a number: "))
if (x>45.6):
print("Greater than 45.6")
Explanation:
Hope that helps
Similar questions