Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 330 Bytes

File metadata and controls

9 lines (5 loc) · 330 Bytes

Problem: * Draw a Spiral with the Turtle

Add a [Spiral] button that draws a spiral with 20 beams, as on the figure below:

Hint:

Draw in a loop by moving ahead and rotating. In each step, decrease gradually the length of the forward step and rotate 60 degrees.