Multiplication Table 02/27/201902/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:16 pm Categories: Difficulty Level 3 for loop loop nested for loop writing text Use turtle’s write() function to draw the following multiplication table. Tags: for loop, loop, loops, nested loop, writing text Post navigation PREVIOUS Previous post: Unicode TableNEXT Next post: Rotating Line Animation Related Post Circle of Isosceles Triangles with Python and TurtleCircle of Isosceles Triangles with Python and Turtle 08/04/202208/04/2022 | JinshengJinsheng | 0 Comment Use the Isosceles triangle function created in this project, draw the circle of isosceles triangles as shown below. Your code should easily change the number of triangles, and radius and READ MOREREAD MORE Vogel’s Model Variations AnimationVogel’s Model Variations Animation 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Vogel’s Model uses Golden Angle as spacing between two dots. Vary this spacing number around the Golden Angle and see what the model looks like. READ MOREREAD MORE Hexagon Spiral with Python and Turtle (Source Code)Hexagon Spiral with Python and Turtle (Source Code) 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with hexagon shape. In each loop, increase the forward length and turn slightly less than 60 degrees. Source Code: READ MOREREAD MORE
Circle of Isosceles Triangles with Python and TurtleCircle of Isosceles Triangles with Python and Turtle 08/04/202208/04/2022 | JinshengJinsheng | 0 Comment Use the Isosceles triangle function created in this project, draw the circle of isosceles triangles as shown below. Your code should easily change the number of triangles, and radius and READ MOREREAD MORE
Vogel’s Model Variations AnimationVogel’s Model Variations Animation 03/08/201903/08/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Vogel’s Model uses Golden Angle as spacing between two dots. Vary this spacing number around the Golden Angle and see what the model looks like. READ MOREREAD MORE
Hexagon Spiral with Python and Turtle (Source Code)Hexagon Spiral with Python and Turtle (Source Code) 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with hexagon shape. In each loop, increase the forward length and turn slightly less than 60 degrees. Source Code: READ MOREREAD MORE