diff --git a/celsius.py b/celsius.py index ec57639..b9005f2 100644 --- a/celsius.py +++ b/celsius.py @@ -1,2 +1,7 @@ -def convert temperature(t): +def celsius_to_fahrenheit(t): + '''This is me commenting properly + ''' reurn t*9/5+32 + +def fahrenheit_to_celsius(t): + return('bub')