3×3 Squares 05/04/201905/04/2019 | James LiuJames Liu | 0 Comment | 9:55 am Categories: Difficulty Level 2 loop random Draw a 3×3 squares filled with random colors. Tags: loop, random Post navigation PREVIOUS Previous post: LollipopNEXT Next post: Poké Ball Related Post Square Spiral with Python and Turtle (Source Code)Square 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 square shape. In each loop, increase the forward length and turn slightly less than 90 degrees. Source Code: READ MOREREAD MORE Animation of Morphing of Oval Shape with Python TurtleAnimation of Morphing of Oval Shape with Python Turtle 04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew an oval with four centers. The radius of the red arc doesn’t have to be twice the radius of blue arc. Start from the same radius as the READ MOREREAD MORE Happy Egg HeadsHappy Egg Heads 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 2 Comments Knowing how to draw an egg, use recursion to draw the following shape. Add randomness to make it look more interesting. READ MOREREAD MORE
Square Spiral with Python and Turtle (Source Code)Square 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 square shape. In each loop, increase the forward length and turn slightly less than 90 degrees. Source Code: READ MOREREAD MORE
Animation of Morphing of Oval Shape with Python TurtleAnimation of Morphing of Oval Shape with Python Turtle 04/02/201904/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew an oval with four centers. The radius of the red arc doesn’t have to be twice the radius of blue arc. Start from the same radius as the READ MOREREAD MORE
Happy Egg HeadsHappy Egg Heads 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 2 Comments Knowing how to draw an egg, use recursion to draw the following shape. Add randomness to make it look more interesting. READ MOREREAD MORE