In a previous project, you drew 60 titled circles (Turtle’s heading directions are different). Now add rainbow color to it with colorsys library. You may also need to define your own
In a previous project, you drew 60 titled circles (Turtle’s heading directions are different). Now add rainbow color to it with colorsys library. You may also need to define your own
In a previous project, you drew 60 titled circles (Turtle’s heading directions are different). Compare the difference and draw this new shape.
Draw 60 evenly spaced out tilted circles (Turtle’s heading directions are different for these circles) as shown here: Related Project: 60 Tilted Squares
Draw a square spiral like this: Related Projects: Spiral Circle Spiral Square Spiral
You drew concentric circles in a previous project. Now draw a circle spiral called Archimedean Spiral. Related Projects: Concentric Circles Spiral
Draw our logo picture as shown. Related Projects: Not So Perfect Tree Rainbow Colored Tree
Draw the following moving wheel animation. Note that wheel is both rotating and moving.
Draw a rotating color wheel. Related Project: Rotating Wheel Color Wheel
Use turtle’s write() function to draw the following multiplication table.
Draw a 16×16 table of unicode symbols. Unicode starts from number 0x2600 (Hexadecimal). You can convert number to text with chr() function. You can start with different number to find