function nth cont’d
define a function similar to that above which
- takes as arguments 2 non-negative integer aand a list
- returns a list of the elements of the list argument at the indices specified by the other 2 arguments
modify the function defined above to also display the number of elements in the list arguments (use the length function)