Make use of a qualified tutor to get the answer
iex> list = [1, 2, 3] iex> hd(list) 1 iex> tl(list) [2, 3]