generated from mwc/project_drawing
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:
27
README.md
27
README.md
@@ -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:
|
||||
|
||||

|
||||
|
||||
)
|
||||
|
||||
## Planning
|
||||
|
||||
(Include your planning here, including your project milestone.)
|
||||
|
||||
Reference in New Issue
Block a user