In this lesson we will be covering one of the most basic errors you will probably get in Python; the Syntax Error. A Syntax Error is just there to tell you that you wrote something that Python couldn't understand.
I will be showing you several different cases where you will encounter this error, and of course how we can solve it!