Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 547 Bytes

File metadata and controls

11 lines (6 loc) · 547 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.

If you have a problem with the above exercises, ask for help in the SoftUni official discussion forum (https://www.reddit.com/r/softuni) or in the SoftUni official Facebook page (https://fb.com/softuni.org).