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 Multiplication TableMultiplication Table 02/27/201902/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use turtle’s write() function to draw the following multiplication table. READ MOREREAD MORE Stack of HexagonsStack of Hexagons 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following triangular stack of hexagons. Related Project: Stack of Circles READ MOREREAD MORE Hex MosaicHex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. READ MOREREAD MORE
Multiplication TableMultiplication Table 02/27/201902/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use turtle’s write() function to draw the following multiplication table. READ MOREREAD MORE
Stack of HexagonsStack of Hexagons 03/13/201903/13/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following triangular stack of hexagons. Related Project: Stack of Circles READ MOREREAD MORE
Hex MosaicHex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. READ MOREREAD MORE