CS 115 Lab 8, Fall 2016
Deadlines
- Writeup and code (lab08c.py): Tu 10/18/2016 at 2 PM
- Demo (parts B and C): Any lab section, workshop, or open tutoring session before Tu 10/18 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