Question: Write a script that prompts the user for a temperature in F, and displays the equivalent temperature in C, formatted to include one decimal

Write a script that prompts the user for a temperature in F, and displays the equivalent temperature in C, formatted to include one decimal place. Format the output to look like the following: In [62]: runfile('C:/Users/webbky/Box/KWeb ENGR102_HW5_2.py', wdir='C:/Users/webbky/B Enter a temperature in Fahrenheit: 32 Equivalent temperature in Celsius: 0.0 In [63]:
Step by Step Solution
There are 3 Steps involved in it
You can achieve this in Python using the following script p... View full answer
Get step-by-step solutions from verified subject matter experts
