Question: (Python) Write a function called FtoC that takes a single number argument representing a temperature in degrees Fahrenheit and returns the equivalent temperature in degrees
(Python) Write a function called FtoC that takes a single number argument representing a temperature in degrees Fahrenheit and returns the equivalent temperature in degrees Celsius. Note that the formula to convert from Fahrenheit to Celsius is: C=(F-32) * 5/9
Below are two samples of it being called:
Python 3.4.1 Shell File Edit Shell Debug Options Windows Help >Ftoc (100) >>> Ftoc (32) Ftoc(32) 0.0 Ln: 498 Col: 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
