; your code goes here
(defvar x '(1 2 3 4 5))
(defvar y (format nil "~{~A~^, ~}" x))
(princ y)