The Python insert() method is used to add an element at specified index of the list. Syntax: list.insert(idx, elem)
確定! 回上一頁