test_list.append(2020) # 向列表末尾增加一個元素 >>> test_list ['Hello', 'I love', 'Array', 1024, 'easy learning', 'DataStructure', 2020]
確定! 回上一頁