|
Appending to a certain index in a list
I have a list with 5 elements. I want to change the 3rd element and to move the elements forward (3>4, 4>5, 5>6) at the same time. Is there a simple way to do this or do I have to do something mad?
I'm sorry if this is stupid, but I'm a beginner.
|