# 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.