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 Pascal’s TrianglePascal’s Triangle 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In Pascal’s Triangle, the value of a cell is the sum of its two shoulders. It has many fun properties. You drew a triangular stack of hexagons before. Now fill READ MOREREAD MORE Random MeshRandom Mesh 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a square grid in a previous project. Randomize the positions of the crossing points to draw a random mesh that looks like the image here: READ MOREREAD MORE Ebbinghaus Illusion (Titchener Circles) with Python TurtleEbbinghaus Illusion (Titchener Circles) with Python Turtle 11/22/201911/22/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Although both orange circles have the same size, one appears to be bigger than the other. READ MOREREAD MORE
Pascal’s TrianglePascal’s Triangle 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In Pascal’s Triangle, the value of a cell is the sum of its two shoulders. It has many fun properties. You drew a triangular stack of hexagons before. Now fill READ MOREREAD MORE
Random MeshRandom Mesh 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a square grid in a previous project. Randomize the positions of the crossing points to draw a random mesh that looks like the image here: READ MOREREAD MORE
Ebbinghaus Illusion (Titchener Circles) with Python TurtleEbbinghaus Illusion (Titchener Circles) with Python Turtle 11/22/201911/22/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Although both orange circles have the same size, one appears to be bigger than the other. READ MOREREAD MORE