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