Y8

6d: 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
bracketssyntax errors often occur if ( { and [ are missing matching ] } and )
debuggingfinding and fixing errors in code
indentationsyntax errors often occur if code has the wrong amount of tabs or spaces at the start of each line
line numberseach line of code has a number which can be used to help find errors
syntax errora type of error which prevents code from running at all because the rules of the programming language have been broken
Keyword games:
Resources: