4.4: ❗ Challenge

Topic

4.4: ❗ Challenge

Topic Progress:

Your challenge for this topic is to write a program that asks for a temperature measurement in Fahrenheit (using input()) and converts it to Celsius. The input should be stored as a numerical variable.

Subtract 32 from the variable, and then divide it by 1.8 to convert it to Celsius (hint – brackets will be needed!). Then print the outcome.

To check your program, when 32 is entered, it should output 0.0

Extra for experts: try and use the addition operator to print out the Celsius reading followed by °C

@

Not recently active