Question: Python Program Question. 1. Write a Python program's function called tempConverter that takes one input argument for Fahrenheit-and processes the given equation to convert the
Python Program Question.
1. Write a Python program's function called tempConverter that takes one input argument for Fahrenheit-and processes the given equation to convert the temperature entered to Celsius using this formula: Celsius: C = (F 32) * (5 / 9).
-First prompt the user for the city name and read the city.
-Second prompt the user for the temperature in Fahrenheit (F).
-Process the temperature conversion using the formula given.
-Based on the new Celsius temperature, display a short message telling the user if its winter, summer or fall based.
-Use the IF, ELSE statements to check for the season as we did in previous lab active activities.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
