https://www.codecademy.com/courses/learn-python-3/projects/physics-class
Hi all,
I’m still very new to python and the site so I apologize if this has been answered elsewhere. I’m running into a syntax error I and I cant figure out why -
when I ran the first function (f_to_c) it ran fine, but when I tried the second one (c_to_f) there was a syntax error on line 10.
code: https://gist.github.com/aa993bb1b7f1f04cf4c4966bed7ecd5b
what am I doing wrong?