Getting a ParseError in my code - what am I missing?

8 Replies, 611 Views

Lol, classic ParseError strikes again!

Yep, you’re missing a `)` at the end of the print line. Happens to the best of us.

Pro tip: If you’re using Python, install a linter (like flake8) in your editor. It’ll catch these things before you even run the code.

Messages In This Thread



Users browsing this thread: 1 Guest(s)