Question: Write a program called fToC _ v 2 . py that improves the fToC.py program in Homework 0 4 by adding the following features: Your
Write a program called fToC
v
py that improves the fToC.py program in Homework
by adding the following features:
Your program should keep taking a Fahrenheit temperature and converting it to Celsius until the user enters "Done".
If the user enters an invalid temperature, i
e
less than
your program should report that it's invalid and ask for another input.
The equation for converting F to C is:
You should use functions to organize your code
You could just have one main
function
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
