Guest User

Untitled

a guest
May 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. (define T1 (make-Triangle (make-posn 50 40)
  2. (make-posn 20 30)
  3. (make-posn -40 60) "red"))
  4. (define T2 (make-Triangle (make-posn 30 10)
  5. (make-posn 70 -20)
  6. (make-posn 20 50) "purple"))
Add Comment
Please, Sign In to add comment