Week 2 Assignment
Python Foundations II — Assignment Pack
Use these tasks for classwork, homework, lab practice, or portfolio evidence.
Tasks
- Take 3 numbers and find max, min, and middle value in at least two ways.
- Print multiplication tables from 1 to 10 using loops.
- Store five city names in a list and print them in sorted order.
Submission checklist
- Clean code with comments
- Input and output samples
- One short explanation paragraph
- One reflection: what was easy and what was difficult
Teacher note
Encourage students to explain their reasoning. Even in beginner weeks, clarity matters as much as code correctness.