CS 115 - Lab 8
[Back to CS 115 schedule]
Deadlines
- Writeup and code (lab08c.py): Tu at 2 PM
- Demo (parts B and C): Any lab section, workshop, or open tutoring session before Tu at 2 PM.
Goals
Upon successful completion of this lab, you should be able to:
- Trace the execution of programs with functions.
- Define and call your own functions.
- Break programs down into simple functions.
Lab Instructions
Follow the links below to complete each part of this lab.
Setup and practice
- Draw national flags
- Draw user-specified flags
- Refactor: geometric calculations
- Submit your code