Magnifying Glass 04/13/201904/13/2019 | Steven GuSteven Gu | 0 Comment | 2:42 pm Categories: Difficulty Level 2 Something is fishy around here! Post navigation PREVIOUS Previous post: Rotating Blackhole AnimationNEXT Next post: Simulating Falling and Bouncing with Python Turtle Related Post One to Ten (Source Code)One to Ten (Source Code) 10/23/202010/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw from a single point to ten points that fall into a single line. Also draw dots on the end points. Source Code: READ MOREREAD MORE Thirty SpokesThirty Spokes 03/23/201903/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There is a level 1 project that draws 3 spokes. Use loop to draw 30 spokes. 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
One to Ten (Source Code)One to Ten (Source Code) 10/23/202010/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw from a single point to ten points that fall into a single line. Also draw dots on the end points. Source Code: READ MOREREAD MORE
Thirty SpokesThirty Spokes 03/23/201903/23/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment There is a level 1 project that draws 3 spokes. Use loop to draw 30 spokes. 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