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
Although there is built in function to draw a circle in Turtle, let’s draw circles in a different way with parametric equation. The parametric equations for a circle is very
Continuing from Mandelbrot Set project, use colorsys library to set the hue based on the number of iterations needed to go outside the boundary. The result can be an amazingly