oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

Convert fahrenheit to celsius without a function #458

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

When you ask the user to enter the temperature in Fahrenheit and make use of the conversion formula, you can easily convert the temperature from Fahrenheit to Celsius in Python.