- Run a Python program in Thonny
- Use print() to show text
- Understand: run vs save, comments, reading simple errors
- print() is like Scratch "say", but in the computer text window.
- (10 min) Setup and first run
- (10 min) Add 3 more print lines
- (15 min) Add a character name variable (preview only; keep it simple)
- (20 min) Student builds their own 8–12 line story
- (5 min) Student reads the story aloud
- Missing quote: print("Hello)
- Misspelling print: prnit("Hi")
- Student runs the file successfully.
- Student can change the story and run again.