Code Review

Compare your solutions

    #| BEGIN (Введите свое решение) |#
(define (last-pair items)
   (list-ref items (length (cdr items))))
#| END |#