Question: f_to_c Write a shell (text-based) program, called f_to_c.py, that prompts the user for a temperature in Fahrenheit and calculates the corresponding temperature in Celsius.

f_to_c Write a shell (text-based) program, called f_to_c.py, that prompts the user for a temperature in Fahrenheit and calculates the corresponding temperature in Celsius. The formula for the conversion is C = (F-32) / 1.8 An example of someone using the program is shown below. Note: This user chose to enter 50.0. PS C:\Users\ssiva\Desktop> python f_to_c.py Temperature in Fahrenheit: 50.0 50.0 degrees Fahrenheit is 10.0 degrees Celsius. PS C:\Users\ssiva\Desktop> Submit the file f_to_c.py when done.
Step by Step Solution
3.40 Rating (150 Votes )
There are 3 Steps involved in it
Screenshot of the code Sample Output Code to copy f... View full answer
Get step-by-step solutions from verified subject matter experts
