Multiplication Table 02/27/201902/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:16 pm Categories: Difficulty Level 3 for loop loop nested for loop writing text Use turtle’s write() function to draw the following multiplication table. Tags: for loop, loop, loops, nested loop, writing text Post navigation PREVIOUS Previous post: Unicode TableNEXT Next post: Rotating Line Animation Related Post Moving and Rotating Asteroid in SpaceMoving and Rotating Asteroid in Space 05/27/201905/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continuing from Moving Asteroid in Space project, add rotation to the asteroid. 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 Mosaic CircleMosaic Circle 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Hex Mosaic, draw a mosaic circle shown here. READ MOREREAD MORE
Moving and Rotating Asteroid in SpaceMoving and Rotating Asteroid in Space 05/27/201905/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continuing from Moving Asteroid in Space project, add rotation to the asteroid. 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
Mosaic CircleMosaic Circle 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on Hex Mosaic, draw a mosaic circle shown here. READ MOREREAD MORE