other change to temperature

This commit is contained in:
2026-04-05 11:46:31 -04:00
parent c563eabec2
commit 4d715a020a

View File

@@ -2,4 +2,5 @@
# dummy code for hw # dummy code for hw
def to_celsius(fahrenheit): def to_celsius(fahrenheit):
return (fahrenheit - 32) * 5 / 9 celsius = (fahrenheit - 32) * 5 / 9
return celsius