Diamond Snowflake 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 8:52 am Categories: Difficulty Level 2 for loop loop Use a loop to draw the following diamond snowflake. Diamond Snowflake Tags: for loop, loop, loops Post navigation PREVIOUS Previous post: Tower of Hanoi with Python Turtle (Source Code Included)NEXT Next post: Three Diamonds Related Post Spider Web with HoleSpider Web with Hole 03/20/201903/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a spider web in a previous project. Draw a spider web with a hole at the center. READ MOREREAD MORE Concentric SquaresConcentric Squares 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_square(x,y,s), which draws a square centered at (x,y) and READ MOREREAD MORE A Line of Half CirclesA Line of Half Circles 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use loop to draw a line of half circles. Check out drawing just one half circle project. READ MOREREAD MORE
Spider Web with HoleSpider Web with Hole 03/20/201903/20/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment You drew a spider web in a previous project. Draw a spider web with a hole at the center. READ MOREREAD MORE
Concentric SquaresConcentric Squares 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_square(x,y,s), which draws a square centered at (x,y) and READ MOREREAD MORE
A Line of Half CirclesA Line of Half Circles 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use loop to draw a line of half circles. Check out drawing just one half circle project. READ MOREREAD MORE