In this lab you will be learning how to extend the capabilities of Python by using modules. You’ll be using these modules to approximate the value of Pi and draw fancy pictures.
Goals
math
and random
modulesInstructions describing what commands are available for drawing shapes can be found here.