other change to temperature
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user