Activity 01
Pair Debug Relay: Syntax Hunt
Pairs receive code with syntax errors. One partner identifies issues verbally while the other types fixes; they switch after each error. Run code to verify, then share one strategy with the class.
Explain the importance of debugging in programming.
Facilitation TipDuring Pair Debug Relay, assign roles clearly so both students contribute to tracing syntax errors step by step.
What to look forPresent students with a short Python program containing a mix of syntax, runtime, and logic errors. Ask them to identify each type of error and write down the specific line number and the nature of the error.