Nested Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:15 am Categories: Difficulty Level 6 recursion Use recursion to draw the following shape. Tags: recursion Post navigation PREVIOUS Previous post: Stack of CirclesNEXT Next post: Rainbow Target Related Post Pentaflake Fractal with Python Turtle (Source Code)Pentaflake Fractal with Python Turtle (Source Code) 09/17/202009/17/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the shown pentaflake fractal shape. The following figures show pentaflakes in different recursion depths. Source Code: READ MOREREAD MORE Lots of Easter EggsLots of Easter Eggs 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw many easter eggs with stars in them. Also there are random colors and random tilt angles for these easter eggs. READ MOREREAD MORE Tower of Hanoi with Python Turtle (Source Code Included)Tower of Hanoi with Python Turtle (Source Code Included) 03/10/201903/10/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Tower of Hanoi is a puzzle where you need to move all the rings from peg 1 to peg 3. Rules are: 1. You can only move one ring at READ MOREREAD MORE
Pentaflake Fractal with Python Turtle (Source Code)Pentaflake Fractal with Python Turtle (Source Code) 09/17/202009/17/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the shown pentaflake fractal shape. The following figures show pentaflakes in different recursion depths. Source Code: READ MOREREAD MORE
Lots of Easter EggsLots of Easter Eggs 03/25/201903/25/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw many easter eggs with stars in them. Also there are random colors and random tilt angles for these easter eggs. READ MOREREAD MORE
Tower of Hanoi with Python Turtle (Source Code Included)Tower of Hanoi with Python Turtle (Source Code Included) 03/10/201903/10/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Tower of Hanoi is a puzzle where you need to move all the rings from peg 1 to peg 3. Rules are: 1. You can only move one ring at READ MOREREAD MORE