Stack of Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:11 am Categories: custom functions Difficulty Level 4 for loop nested for loop Draw a stack of circles as shown here. You may need to use nested loop or custom defined functions or both. Tags: circle, custom function, for loop, nested loop Post navigation PREVIOUS Previous post: Circle FlowerNEXT Next post: Nested Circles Related Post FlowerFlower 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a 10-petal flower as shown. If you haven’t done so, try a single petal first. Also check out the tutorial on drawing a single petal. READ MOREREAD MORE Sierpinski TriangleSierpinski Triangle 02/25/201902/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This classic recursive fractal shape is a must have project for Python Turtle. Draw this shape with recursion. Video demonstration of drawing process: READ MOREREAD MORE Isosceles Triangle MadnessIsosceles Triangle Madness 08/04/202208/04/2022 | JinshengJinsheng | 0 Comment Use Python and Turtle and Random library to draw the 50 random isosceles triangles as shown in the following figure. Hints: Make a function that draws isosceles triangle given the READ MOREREAD MORE
FlowerFlower 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a 10-petal flower as shown. If you haven’t done so, try a single petal first. Also check out the tutorial on drawing a single petal. READ MOREREAD MORE
Sierpinski TriangleSierpinski Triangle 02/25/201902/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This classic recursive fractal shape is a must have project for Python Turtle. Draw this shape with recursion. Video demonstration of drawing process: READ MOREREAD MORE
Isosceles Triangle MadnessIsosceles Triangle Madness 08/04/202208/04/2022 | JinshengJinsheng | 0 Comment Use Python and Turtle and Random library to draw the 50 random isosceles triangles as shown in the following figure. Hints: Make a function that draws isosceles triangle given the READ MOREREAD MORE