The insert command takes three arguments, a list (or string),
and index, and an element.
insert returns the list (or string) with the element inserted
into the position given by the index, with all other elements shifted
to the right.
Input:
Output:
Input:
Output:
insert returns an error if the index is too large.
Input:
Output: