// type program here // I felt that the pyramid needed some ground // to stand on. Leaving it just floating in the // air is unnatural. paper 20 { pen 40 repeat b 0 35 { line 0 b 100 b } } repeat x 0 70 { repeat y 0 20 { pen(100-x-y) line(x+25-y) (25-y) 47 80 } }