|
|
|
TurtleDrawUse the TurtleDraw Module to create drawingsStep 1: Simple commandsRecreate this simple drawing of a face using MoveForward, Rotate, and DrawForward
Step 2: Recursive DrawingsUsing a recursive function, attempt to recreate the following tree. Make the depth (the maximum number of recursive calls) variable so that different trees are created
Last Update: Tue Jun 17 12:34:02 2003
|