project_drawing/drawing.py

11 lines
786 B
Python
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.26AM.png )
from turtle import *