Question: in python: Write a new function in your functions file (as noted above). Create 2 functions; one to convert a value from Fahrenheit to celsius
in python:
Write a new function in your functions file (as noted above). Create 2 functions; one to convert a value from Fahrenheit to celsius and the second function to convert from celsius to Fahrenheit, remember to return the values in the function statement. Create a new python file called ICE1.py. Using Import, import your new functions script in the ICE.py script. Using the print() function, test and invoke the celsius and Fahrenheit functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
