Semi-Regular Tessellation 3.3.3.3.6 with Python Turtle 04/16/201904/16/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:55 pm Categories: Difficulty Level 7 loop There are 8 semi-regular tessellations. Draw the following semi-regular tessellation 3.3.3.3.6. Semi-Regular Tessellation 3.3.3.3.6 Tags: loop, semi-regular tessellation, tessellation Post navigation PREVIOUS Previous post: Semi-Regular Tessellation 4.6.12 with Python TurtleNEXT Next post: Colored Triangle Tessellation with Python Turtle Related Post Concentric CirclesConcentric Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and READ MOREREAD MORE Colorful SpiralColorful Spiral 04/09/201904/09/2019 | Steven GuSteven Gu | 0 Comment Code a spiral made of colors randomly picked from a set and make it look like this: READ MOREREAD MORE LollipopLollipop 05/01/201905/01/2019 | Steven GuSteven Gu | 0 Comment Yummy! READ MOREREAD MORE
Concentric CirclesConcentric Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and READ MOREREAD MORE
Colorful SpiralColorful Spiral 04/09/201904/09/2019 | Steven GuSteven Gu | 0 Comment Code a spiral made of colors randomly picked from a set and make it look like this: READ MOREREAD MORE