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.
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.
