What if, rather than adding elements to the end of the list, we want to insert it at a specific position?

Perfect! Just like the Insert () method we've seen in the strings chapter, this method has two parameters: the index to insert at and the value to insert.

We don't want to add but insert an element, do we?