1 2 3 4 5
; P04 - Find the number of elements of a list (def a (list "a" "b" "c" "d")) (print (->string (length a)))