Hex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 5:30 pm Categories: colorsys Difficulty Level 8 list loop math nested for loop random Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. Hex Mosaic with Python Turtle Tags: colorsys, hsv, list, loop, nested loop, random Post navigation PREVIOUS Previous post: Random Hexagon MeshNEXT Next post: Mosaic Circle Related Post Koch SnowflakeKoch Snowflake 03/02/201903/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Also known as Koch curve, this is one of the earliest known fractal shapes. Use recursion to draw the following shape. Set the background to blue color and fill the READ MOREREAD MORE Sky Full of Twinkling StarsSky Full of Twinkling Stars 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew sky full of stars in a previous project. Animate it by changing the brightnesses of these stars. Each star has its own cycle and phase. 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
Koch SnowflakeKoch Snowflake 03/02/201903/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Also known as Koch curve, this is one of the earliest known fractal shapes. Use recursion to draw the following shape. Set the background to blue color and fill the READ MOREREAD MORE
Sky Full of Twinkling StarsSky Full of Twinkling Stars 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew sky full of stars in a previous project. Animate it by changing the brightnesses of these stars. Each star has its own cycle and phase. 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