To append or add an item to Python List, use append() function. List.append() function modifies the list in place and returns None.
確定! 回上一頁