Half Circle 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:43 am Categories: Difficulty Level 1 Draw a vertical half circle as shown here. You may need to use seth() and circle() with extent. Half Circle Tags: basics Post navigation PREVIOUS Previous post: Colorful Sierpinski CarpetNEXT Next post: A Line of Half Circles Related Post Right TriangleRight Triangle 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a right triangle. You can use goto(x,y) function along with forward(d) and left(angle). Related Projects READ MOREREAD MORE Two Circles 2Two Circles 2 08/18/202008/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw two circles as shown without lifting the pen. 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
Right TriangleRight Triangle 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a right triangle. You can use goto(x,y) function along with forward(d) and left(angle). Related Projects READ MOREREAD MORE
Two Circles 2Two Circles 2 08/18/202008/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw two circles as shown without lifting the pen. 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