Dashed Circle 03/21/201903/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:20 pm Categories: Difficulty Level 2 for loop loop Use circle() function’s extent property, and alternate penup() and pendown() to draw a dashed circle shown here. Dashed Circle with Python Turtle Tags: for loop, for loops, loop, loops Post navigation PREVIOUS Previous post: SwarmNEXT Next post: Crescent Moon Related Post Colored Nested Circle of Squares with Python and TurtleColored Nested Circle of Squares with Python and Turtle 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library. READ MOREREAD MORE Triangle Radial Tessellation with Python TurtleTriangle Radial Tessellation with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use isosceles triangles to fill the plane from the center. READ MOREREAD MORE Birthday ParadoxBirthday Paradox 03/17/201903/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is READ MOREREAD MORE
Colored Nested Circle of Squares with Python and TurtleColored Nested Circle of Squares with Python and Turtle 08/23/202008/23/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library. READ MOREREAD MORE
Triangle Radial Tessellation with Python TurtleTriangle Radial Tessellation with Python Turtle 04/17/201904/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use isosceles triangles to fill the plane from the center. READ MOREREAD MORE
Birthday ParadoxBirthday Paradox 03/17/201903/17/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is READ MOREREAD MORE