Hexagon 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments | 2:34 am Categories: Difficulty Level 1 Draw a hexagon with just forward and left functions. Related Projects Tags: basics, geometry 1 thought on “Hexagon” for i in range(6): turtle.fd(100) turtle.left(60) Comments are closed. Post navigation PREVIOUS Previous post: A Beautiful HouseNEXT Next post: Right Triangle Related Post PentagramPentagram 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a five sided star called Pentagram. READ MOREREAD MORE Three DiamondsThree Diamonds 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following shape with three diamonds. READ MOREREAD MORE Tangent CirclesTangent Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a few tangent circles as seen below. READ MOREREAD MORE
PentagramPentagram 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a five sided star called Pentagram. READ MOREREAD MORE
Three DiamondsThree Diamonds 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following shape with three diamonds. READ MOREREAD MORE
Tangent CirclesTangent Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a few tangent circles as seen below. READ MOREREAD MORE
for i in range(6):
turtle.fd(100)
turtle.left(60)