Activity 01
Pair Programming: Custom Greeting Builder
Pairs write a program using input() to ask for a user's name and favourite colour, then print() a personalised welcome message. Partners alternate coding and testing roles every five minutes. Extend by adding age input for age-appropriate advice.
Design a program that asks for user input and responds appropriately.
Facilitation TipDuring Pair Programming: Custom Greeting Builder, circulate to ensure students alternate roles every two minutes so both practice typing and reasoning.
What to look forProvide students with a card asking them to write a 2-line Python code snippet. The first line should ask the user for their favorite color using input(). The second line should print a message like 'I like [color] too!' using the stored input. Collect these to check basic syntax and variable use.