Use Python and Turtle and Random library to draw the 50 random Rhombus shapes as shown in the following figure. Hints: Make a function that draws a rhombus given the
Use Python and Turtle and Random library to draw the 50 random Rhombus shapes as shown in the following figure. Hints: Make a function that draws a rhombus given the
Write a program that draw a diamonds suit shape with Python and Turtle. Please note that four sides are curves not straight lines. A more challenging task is to make
The figure above shows, we can draw a simple heart shape with 4 segments: 2 lines and 2 arcs. We can continuously draw these 4 segments without lifting up the
Generalize the three overlapping circles project by letting it draw any number of overlapping circles. The following is the overlapping circles from size 2 to size 7. Solution
Knowing how to draw a football shape, draw a sixteen petal flower with loop and custom function. Code:
This is another optical illusion that eyes perceive an white triangle occluding triangle pointing upward.
The bar in the middle seems to get darker from left to right. Actually, the bar as the same brightness. Write a Python Turtle program that draw this illusion called
What do you see? Draw this simple shape. Check out this Wikipedia article to know more about this illusion.
Draw a house covered in snow with snowflakes and snowman!