Y9

5c: Locate and correct common syntax errors

Keywords:
Python
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
indentation errortype of syntax error which happens when lines of code aren't indented correctly (moved across from the left of the screen) to match where python expects them to be
missing colona type of syntax error where an indented block of code doesn't have a line above it which ends with a colon
syntax errora type of error which prevents code from being run which happens when you break the rules of the programming language
unbalanced bracketsa type of syntax error where part of the code isn't surrounded with the correct type of brackets on both sides
unbalanced quotesa type of syntax error where text isn't surrounded on both sides with the correct type of quotation marks
Keyword games:
Resources: