0 Comments
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)
9.4m questions
12.2m answers