In Python, append() method adds a single element to the end of a list. The extend() method adds multiple elements to a list from an iterable.
確定! 回上一頁