Let's revisit temperature conversion, but this time with functions!
The formulas:
The round() function rounds a number:
round()
print(round(3.14159, 2)) # 3.14
Run your code
37.0 32.0 212.0