CPSC120
Fundamentals of Computer Science

In-class Activity 7

  1. Draw Polygon

    Create a Python function that draws a regular polygon the number of sides in the regular polygon, and the length of the sides in the regular polython.

  2. Draw Circle

    Create a Python function that draws a circle given the radius of the circle.