Temperatures
Created on April 1, 2020 by Julien Palard
Write functions to convert from Fahrenheit to Celsius and vice-versa.
Your functions should look like:
1 2 3 4 5 |
|
You'll find conversions in the Fahrenheit Wikipedia article.
Example
Here how your function could be used in an interactive Python interpreter:
1 2 |
|