Activity 01
Pair Challenge: Shape Symphony
Pairs collaborate to code interlocking shapes using nested loops and colour changes. First, sketch designs on paper. Then, write and test code in pairs, alternating who types. Finally, combine into a class symphony by sequencing all pairs' codes.
Design a Python program using Turtle graphics to draw a complex shape.
Facilitation TipDuring Shape Symphony, circulate and ask pairs to explain their loop structure before they test it, forcing articulation of their logic.
What to look forProvide students with a partially completed Python script using Turtle graphics. Ask them to add one loop to draw a square and one conditional statement to change the turtle's color if it crosses a specific x-coordinate. They should submit the completed code snippet.