Use recursion to draw the following slated fractal tree. Notice that the pensize also changes. Source Code:
Use recursion to draw the following slated fractal tree. Notice that the pensize also changes. Source Code:
Define a ‘clock’ class with Python and use the datetime library to draw an animated clock shown. Source Code:
Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library.
Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code:
Draw the shown fractal of stacked squares with Python and Turtle. Source Code:
Draw the following fractal made up with squares with recursion and Turtle library. Source Code:
Draw the fractal made up of squares as shown with recursion. Source Code:
Draw the following fractal consists of capital ‘I’s. Source Code:
Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code:
Use recursion to draw the following Sierpinski Triangle the similar method to drawing a fractal tree. Source Code: