E
Eric J. Van der Velden
Hi,
I understand this:
But how do you do this with list.insert?
Thanks,
Eric J.
I understand this:
[1,8,9,3]l=[1,2,3]
l[1:2]=[8,9]
l
But how do you do this with list.insert?
Thanks,
Eric J.