Ask Your Question

Revision history [back]

Here's part of it. You can figure out the rest.

sage: bottom = line([[-0.9, 1], [-0.9, -1], [0.9, -1], [0.9, 1]], color='black')
sage: bottom   # will open up a window showing the picture
sage: top = ...
sage: bottom + top