Trapezoid 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:50 am Categories: Difficulty Level 1 Draw a trapezoid shape. You can use goto(x,y) function together with foward() and left() functions. Tags: basics Post navigation PREVIOUS Previous post: Right TriangleNEXT Next post: Pentagram Related Post HexagonHexagon 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a hexagon with just forward and left functions. Related Projects READ MOREREAD MORE Two Filled CirclesTwo Filled Circles 08/18/202008/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw two filled circles as shown below. Code: READ MOREREAD MORE Pentagon with Python and TurtlePentagon with Python and Turtle 08/04/202208/04/2022 | JinshengJinsheng | 0 Comment Draw a regular pentagon as shown below. Hint: A good place to start drawing is the point at the top. What should be the initial heading to draw the line READ MOREREAD MORE
HexagonHexagon 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comments Draw a hexagon with just forward and left functions. Related Projects READ MOREREAD MORE
Two Filled CirclesTwo Filled Circles 08/18/202008/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw two filled circles as shown below. Code: READ MOREREAD MORE
Pentagon with Python and TurtlePentagon with Python and Turtle 08/04/202208/04/2022 | JinshengJinsheng | 0 Comment Draw a regular pentagon as shown below. Hint: A good place to start drawing is the point at the top. What should be the initial heading to draw the line READ MOREREAD MORE