Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.
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.