Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
this code converts fahrenheit to celsius: f = int(input("Enter a Temperatur in Fahrenheit:")) #f = fahrenheit celsius = (f - 32) / 1.8 print("\nTemperatur in celsius =", celsius )
5th Aug 2016, 2:42 PM
JSon