如何在列表的第一个索引处插入元素?如果我使用list.insert(0,elem),elem是否修改了第一个索引的内容?或者我是否必须使用第一个elem创建一个新列表,然后将旧列表复制到这个新列表中?
python list insert
insert ×1
list ×1
python ×1