#205
lists-0
 

Difficulty:Basic
Topics:lists


Lists can be expressed by function or a quoted form
test not run
(= (quote (__)) (list 1 2 3 4 5))


Code which fills in the blank: