CS 115 - Lab 5
[Back to CS 115 schedule]
Deadlines
- Writeup and code (lab05d.py): Tu at 2 PM
- Demo (parts B, C, and D): Any lab section, workshop, or open tutoring session before Tu at 2 PM.
Goals
Upon successful completion of this lab, you will be able to write and edit Python program
that plots a graph through the use of
- for-loop, nested-if statements
- careful manipulation of variables
- Graphical objects such as Point, Line and Circle
Lab Instructions
Follow the links below to complete each part of this lab.
Setup and practice
- Print points
- Draw a graph
- Compare consecutive points
- Find turning points
- Submit the assignment