Common Syntax Problems
  
    00:03
  
  
  When you encounter a SyntaxError for the first time, it’s helpful to know why there was a problem and what you might do to fix the invalid syntax in your Python code.
  
    00:12
  
  
  In the following sections, you’ll see some of the more common reasons that SyntaxError might be raised—whether that’s due to a typo or a misunderstanding of Python syntax—and most importantly, how you can fix them and avoid them completely in the future.
Become a Member to join the conversation.

