2. Write a function called reverse, of one argument which
is a list, which returns the items in the list in reverse order,
For example,
(reverse '(a b d))
should return: (d b a)
is a list, which returns the items in the list in reverse order,
For example,
(reverse '(a b d))
should return: (d b a)