append () method increases the length of the list by one, so if you want to add only one element to the list, you can use this method. x = [1, 2, 3] ...
確定! 回上一頁