Another way to join two lists are by appending all the items from list2 into list1, one by one:,Or you can use the extend() method, which ...
確定! 回上一頁