Error Spotter
Find the fault before you fix it.
Curated Python debugging practice for syntax errors, runtime errors and logic errors.
Prerequisites
Basic Python variables, selection, loops and lists.
Target learning outcomes
- Classify syntax, runtime and logic errors.
- Locate affected lines.
- Choose a correction or explain faulty behaviour.
Limitations and conventions: Code snippets are displayed only and never executed.
