Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 257 Bytes

File metadata and controls

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