Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 474 Bytes

File metadata and controls

13 lines (8 loc) · 474 Bytes

Problem: * Draw a Hexagon with the Turtle

Add a [Hexagon] button that draws a regular hexagon:

Hint:

Repeat 6 times the following in a loop:

  • 60 degrees rotation.
  • Forward step of 100.

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