Respuesta :

Answer:

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

if value > 45.6:

  print("Greater than 45.6")