diff --git a/drawing.py b/drawing.py index 421e161..1c25ed8 100644 --- a/drawing.py +++ b/drawing.py @@ -70,12 +70,13 @@ def drawleft(): fly(57) def draw(): + "The turtle draws two rows of squares per cycle." drawright() rotateright() drawleft() rotateleft() -"The turtle starts at a specific point and facing a specific direction." +"The turtle starts at a specific point and facing a specific direction, then performs the draw function." penup() goto(-180,180) pendown()