#!/usr/bin/python3 # dummy code for hw def to_celsius(fahrenheit): return round((fahrenheit - 32) * 5 / 9)