Project 9 syntax code error

please check this code and help me.I was written the code correctly but showing error.Please check this code and tell me what is the problem.


it shows that, except Exception as e:
SyntaxError: invalid syntax

You are missing a closing bracket at the end of the try block(the line above except)

1 Like