Here are all of the methods of list objects: list. append (x). Add an item to the end of the list. Equivalent to a[len(a):] = [x] . list. extend (iterable).
確定! 回上一頁