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.