insert用法?
insert()是Python中的内置函数,可将给定元素插入列表中的给定索引。
用法:
list_name.insert(index, element)
参数:
index - the index at which the element has to be inserted.
element - the element to be inserted in the list.
返回值:
This method does not return any value but
it inserts the given element at the given index.
Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有