To add an item to a list in Python, you can use the .append() method. This method adds an element to the end of the existing list.
確定! 回上一頁