fixed merge issues

This commit is contained in:
2026-04-05 11:54:23 -04:00

View File

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