Challenge: Convert the Temperature from Fahrenheit to Centigrade
Explore how to apply Python basics to convert temperature values from Fahrenheit to Centigrade. Understand the use of variables, arithmetic operations, and output formatting to create a functional temperature converter program.
We'll cover the following...
We'll cover the following...
Problem statement
Assume a suitable value for the temperature of a city in Fahrenheit degrees. Write code to convert it into ...