Activity 01
Format Name: Variable Detective
Students are given snippets of Python code with missing variable assignments or incorrect values. They must identify the missing assignments or predict the final values of variables after a series of operations, then write the correct code to fix it.
Analyze how variable names impact code readability and maintainability.
Facilitation TipDuring the Inquiry Circle for 'Variable Detective,' encourage students to formulate questions about why certain assignments work or don't work, guiding them to discover rules through their own inquiries.