fixed merge issues
This commit is contained in:
@@ -3,4 +3,5 @@
|
|||||||
# dummy code for hw
|
# dummy code for hw
|
||||||
def to_celsius(fahrenheit):
|
def to_celsius(fahrenheit):
|
||||||
celsius = (fahrenheit - 32) * 5 / 9
|
celsius = (fahrenheit - 32) * 5 / 9
|
||||||
|
celsius = round(celsius)
|
||||||
return celsius
|
return celsius
|
||||||
|
|||||||
Reference in New Issue
Block a user