diff --git a/Temperature conversion.py b/Temperature conversion.py index 3bad27e..b7d3048 100644 --- a/Temperature conversion.py +++ b/Temperature conversion.py @@ -1,6 +1,6 @@ # Python Program to convert temperature in celsius to fahrenheit -# change this value for a different result +# change value for a different result celsius = 37.5 # calculate fahrenheit