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 Pacman Shape with Python and TurtlePacman Shape with Python and Turtle 11/24/202111/24/2021 | JinshengJinsheng | 0 Comment Draw a pacman shape as shown. The opening angle of the mouth is 60 degrees. You can try to draw other opening angles. Hint: Start from the center, draw a READ MOREREAD MORE Half CircleHalf Circle 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a vertical half circle as shown here. You may need to use seth() and circle() with extent. 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
Pacman Shape with Python and TurtlePacman Shape with Python and Turtle 11/24/202111/24/2021 | JinshengJinsheng | 0 Comment Draw a pacman shape as shown. The opening angle of the mouth is 60 degrees. You can try to draw other opening angles. Hint: Start from the center, draw a READ MOREREAD MORE
Half CircleHalf Circle 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a vertical half circle as shown here. You may need to use seth() and circle() with extent. 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