Program Output
What is the unit? (C / F / K): What is the temperature value?:
Compiler Output
Traceback (most recent call last):
File "/app/output.s", line 2, in <module>
temp = float(input("What is the temperature value?: "))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: could not convert string to float: 'temp = float(input("What is the temperature value?: "))'
Not Sid#1354 | 74ms | python | Python 3.11 | godbolt.org