I submitted my work initially in README.md and a f

ile I created called README.py. We used mv to copy
my work from README.py
 to the correct folder drawing.py. We eliminated
the doc strings from the middle the code because
the creation of README.py mixed all of my
submissions
together. I deleted superfluous code from my
drawing and added input() to keep my drawing open
and resubmitted the work.
This commit is contained in:
Aminah
2024-10-22 13:55:50 -04:00
parent 85b4b022f7
commit 230f72eb9d
3 changed files with 82 additions and 136 deletions

View File

@@ -1,21 +1,10 @@
# (Drawing project)
(
This is the README file for your drawing project.
Replace all the text in parentheses with your own text.
It's written in a simple language called Markdown,
which allows basic formatting.
)
# 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.
## Description
(Describe your goal for this project. If you want to link to an
image, move the image to this directory, and then use the following syntax:
![Description](filename.png)
)
## Planning
(Include your planning here, including your project milestone.)