Computer Science, asked by emmatorrezmau5, 10 months ago

3.3 Code Practice: Question 1 Edhesive

Answers

Answered by eburcham58
3

Answer:

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

if (x>45.6):

   print("Greater than 45.6")

Explanation:

Hope that helps

Similar questions