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 TriacontagonTriacontagon 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 1 project, you are asked to draw a hexagon (https://pythonturtle.academy/hexagon/). Use a loop to draw Triacontagon (a polygon with 30 sides). Does it almost look like a READ MOREREAD MORE Tutorial: Drawing Crescent Moon with Python TurtleTutorial: Drawing Crescent Moon with Python Turtle 04/12/201904/12/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this tutorial we are going to show how to draw a crescent moon. It can be done easily with two steps: 1. Draw a full moon 2. Draw a READ MOREREAD MORE Center Connected Hexagon (Source Code)Center Connected Hexagon (Source Code) 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a regular hexagon that have vertices connected to the center. Use for loop to draw this shape. Source Code: READ MOREREAD MORE
TriacontagonTriacontagon 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 1 project, you are asked to draw a hexagon (https://pythonturtle.academy/hexagon/). Use a loop to draw Triacontagon (a polygon with 30 sides). Does it almost look like a READ MOREREAD MORE
Tutorial: Drawing Crescent Moon with Python TurtleTutorial: Drawing Crescent Moon with Python Turtle 04/12/201904/12/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this tutorial we are going to show how to draw a crescent moon. It can be done easily with two steps: 1. Draw a full moon 2. Draw a READ MOREREAD MORE
Center Connected Hexagon (Source Code)Center Connected Hexagon (Source Code) 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a regular hexagon that have vertices connected to the center. Use for loop to draw this shape. Source Code: READ MOREREAD MORE