Lesson 04: Shape Drawing Functions

1. Watch Video "04a Shape Drawing Functions in Python". Note the parts of a function.

2. Complete the Following Exercise from "Python Turtle Commands" :

-drawSquare(size) Function
-drawTriangle(size) Function

3. Watch Video "04b Shape Functions with Parameters" for demonstration of how to include more parameters.

4. Complete the Following Exercise from "Python Turtle Commands" :
Detailed Directions at:
http://nebomusic.net/pythonlessons/turtles/04b_Functions_With_Parameters.pdf

-drawSquare() with Parameters
-drawTriangle() with Parameters