CS 115 - Lab 3
[Back to CS 115 schedule]
Deadlines
- Writeup and code (lab03e.py): Tu at 2 PM
- Demo (parts A and E): 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 write and edit Python programs
that use:
- definite loops
- ranges
- the accumulator pattern
Instructions
Follow the links below to complete each part of this lab.
Setup and practice
- Sum a list of numbers
- Draw arbitrary circles
- Draw a stack of circles
- Draw a stack of circles using a for-loop
- Draw a square of circles
- Submit the assignment