Right Triangle 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 2:44 am Categories: Difficulty Level 1 Draw a right triangle. You can use goto(x,y) function along with forward(d) and left(angle). Related Projects Tags: basics, geometry Post navigation PREVIOUS Previous post: HexagonNEXT Next post: Trapezoid Related Post Parallelogram with Python and TurtleParallelogram with Python and Turtle 11/24/202111/24/2021 | JinshengJinsheng | 0 Comment Draw a simple parallelogram with Python and Turtle. It can have any angles and any side lengths. Related Projects 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 SpokesThree Spokes 03/23/201903/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following shape. You may need to use following functions: penup(), pendown(), setheading(), forward(), goto(). READ MOREREAD MORE
Parallelogram with Python and TurtleParallelogram with Python and Turtle 11/24/202111/24/2021 | JinshengJinsheng | 0 Comment Draw a simple parallelogram with Python and Turtle. It can have any angles and any side lengths. Related Projects 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 SpokesThree Spokes 03/23/201903/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following shape. You may need to use following functions: penup(), pendown(), setheading(), forward(), goto(). READ MOREREAD MORE