๐ Day 15/150 – Convert Fahrenheit to Celsius in Python ๐ก️
After converting Celsius to Fahrenheit, it’s time to reverse the process. This problem helps reinforce your understanding of formulas, user input, and reusable code in Python.
๐ก️ Formula Used
This means:
- Subtract 32 from the Fahrenheit value
- Multiply the result by 5/9


0 Comments:
Post a Comment