Question: Write a Python program to do the following: 1. Prompt the user to enter a temperature in Fahrenheit 2. Convert the temperature to Celsius according

Write a Python program to do the following: 1. Prompt the user to enter a temperature in Fahrenheit 2. Convert the temperature to Celsius according to the formula C = 5 x (F 32) 9 3. Display the temperature in Celsius with one decimal place and a text description. For example, your program could look something like the following (where bold numbers indicate user entered numbers and variable output) Enter the temperature in Fahrenheit: 67 The temperature is 19.4 degrees Celsius Choose descriptive variable names with Python style convention ( snake_case)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
