Question: Write a Python program using conditional statements and user input function to convert temperatures to and from Celsius, Fahrenheit. (Texts in blue are inputs from
Write a Python program using conditional statements and user input function to convert temperatures to and from Celsius, Fahrenheit. (Texts in blue are inputs from the user) [Formula: Celsius/5 = (Fahrenheit 32)/9] An example program (when you run): Please enter the temperature: 60 Is this Celsius or Fahrenheit? C 60C is 140 in Fahrenheit Another example: Please enter the temperature: 45 Is this Celsius or Fahrenheit? F 45F is 7 in Celsius
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
