I’m stuck on this project and cant figure out what the syntax error is. I keep getting the following message:
File “script.py”, line 27
def get_energy(mass, c = 3*10**8)
^
SyntaxError: invalid syntax
It marks line 27 as the issue but I don’t see anything wrong with it.