generated from mwc/project_drawing
11 lines
786 B
Python
11 lines
786 B
Python
# drawing.py
|
||
# ----------
|
||
# By __Aminah Raysor___________
|
||
#
|
||
[I would like to create my own versiton of MC Escher's lithograph "Relativity." The staircase
|
||
that continues on forever. I would like to create multiple dimensions of flat rectangles, iterate, and animate them, so they create movement.
|
||
# I will draw different sizes of flat rectangles stacked on top of each other using turtle and superturtle, and draw function to change the colors and widths of the lines.
|
||
I will iterate by changing the sizes of the rectangles. I don't know the exact functions yet, because I need to play around with it.Here is an example](/var/folders/8h/wtt3j50j7hz52xh17s82vjth0000gn/T/TemporaryItems/NSIRD_screencaptureui_mMXMPP/Screenshot\ 2024-09-18\ at\ 11.15.26 AM.png )
|
||
|
||
from turtle import *
|