mylist.append(40) >>> print(mylist) [10, 20, 30, 40]. But what if you want to add multiple items to a list? If you're new to Python, ...
確定! 回上一頁