Returns a new list produced by inserting the values in {2} into {0} at {1}. The first position in the list is at index 0. ...

Returns a new list produced by inserting the values in {2} into {0} at {1}. The first position in the list is at index 0.
      
  • {0}: The target list where values are to be inserted.
  • {1}: The index of the target list({0}) where the values are to be inserted. The first position in the list is at index 0.
  • {2}: The list of values which are to be inserted into {0}.