Thirty Spokes 03/23/201903/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:51 pm Categories: Difficulty Level 2 There is a level 1 project that draws 3 spokes. Use loop to draw 30 spokes. Thirty Spokes Tags: for loop, for loops, loop, loops Post navigation PREVIOUS Previous post: Three SpokesNEXT Next post: Tea Cup Related Post Circle Inscribed Inside an Equilateral TriangleCircle Inscribed Inside an Equilateral Triangle 05/30/202105/30/2021 | JinshengJinsheng | 0 Comment Draw a circle that is perfectly inscribed inside an equilateral triangle as shown. You may want to use some math skills in solving this problem. 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 Blue CarBlue Car 04/17/201904/17/2019 | Kevin XuKevin Xu | 0 Comment Draw a blue as seen here: READ MOREREAD MORE
Circle Inscribed Inside an Equilateral TriangleCircle Inscribed Inside an Equilateral Triangle 05/30/202105/30/2021 | JinshengJinsheng | 0 Comment Draw a circle that is perfectly inscribed inside an equilateral triangle as shown. You may want to use some math skills in solving this problem. 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
Blue CarBlue Car 04/17/201904/17/2019 | Kevin XuKevin Xu | 0 Comment Draw a blue as seen here: READ MOREREAD MORE