Answer:
The error is because you wrapped the input in float. First record the input and then modify it.
Step-by-step explanation:
b = input("enter temp:")
b = float(b)
4.7m questions
6.1m answers