Turtle power
Turtle.Show() Turtle.PenDown() For i = 1 To 4 Turtle.Move(200) Turtle.Turn(90) EndFor
The above code will draw a square using the built in turtle! By ONLY changing the numbers, draw a 6 sided shape (a hexagon).

You need to log in or create an account to submit code!











