Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 616 Bytes

File metadata and controls

11 lines (6 loc) · 616 Bytes

Problem: * Draw a Spiral Triangles with the Turtle

Add a [Triangle] button that draws three triangles with 22 beams each, as on the figure below:

Hints:

Draw in a loop by moving forward and rotating. In each step, increase the length of the forward step with 10 and rotate 120 degrees. Repeat 3 times for the three triangles.

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).