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 |
|
There's no corrections yet, hit the `Submit` button to send your code to the correction bot.
Keyboard shortcuts:
- Ctrl-Enter: Send your code to the correction bot.
- Escape: Get back to the instructions tab.