From e4d9ec29feda99422f452989719a1055cc5c2211 Mon Sep 17 00:00:00 2001 From: sonal2203 <86613784+sonal2203@users.noreply.github.com> Date: Sun, 1 Oct 2023 12:29:02 +0530 Subject: [PATCH] Update Temperature conversion.py updated --- Temperature conversion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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