Cool celsius to Fahrenheit converter coded by me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 16

Cool celsius to Fahrenheit converter coded by me

Have a look, and of course an upvote https://code.sololearn.com/cEdKI9giKgtU/?ref=app

18th May 2017, 4:59 PM
Ghaffaru Mudashiru
Ghaffaru Mudashiru - avatar
4 Answers
+ 1
Pretty Cool!
18th May 2017, 9:15 PM
Dogukan Hamaloglu
Dogukan Hamaloglu - avatar
+ 1
print("Enter 'x' for exit."); fah = input("Enter Temperature in Fahrenheit: "); if fah == 'x': exit(); else: fahrenheit = float(fah); celsius = (fahrenheit-32)/1.8; print("Temperature in Celsius =",celsius);
24th Jun 2019, 11:04 PM
Alphaville
Alphaville - avatar
16th May 2018, 12:08 PM
Christopher
Christopher - avatar
- 1
Pretty cool program Ghaffaru.
29th Dec 2021, 8:35 PM
Conor Climo
Conor Climo - avatar