I am not requesting for a solution. I just need the question explained. I am a
beginner python developer and i do not know where to start from to solve this
problem. So anybody, somebody: please explain this question. Am i to create a
testcase or create the code to display a value?
Challenge: F
Help with this problem!
Temperature converter
Description
Write two functions that will convert temperatures back and forth from the
Celsius and Fahrenheit temperature scales. The formulas for making the
conversion are as follows:
Tc=(5/9)*(Tf-32)
Tf=(9/5)*Tc+32
where Tc is the Celsius te