t5.scm 72 B

123
  1. (define t1 (print (car '(x y))))
  2. (define t2 (print (car (cdr '(x y)))))