HT5: Python
5 | |||||||||||||||||||
3 | |||||||||||||||||||
2 | |||||||||||||||||||
1 | |||||||||||||||||||
4 | |||||||||||||||||||
Down | Across | ||||
---|---|---|---|---|---|
# | Clue Down | ✓ | # | Clue Across | ✓ |
2 | a type of syntax error where an indented block of code doesn't have a line above it which ends with a colon (7/5) | 1 | type 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 (11/5) | ||
3 | a type of error which prevents code from being run which happens when you break the rules of the programming language (6/5) | 4 | a type of syntax error where part of the code isn't surrounded with the correct type of brackets on both sides (10/8) | ||
5 | a type of syntax error where text isn't surrounded on both sides with the correct type of quotation marks (10/6) |