Use list.extend() to combine two lists. Use the syntax list1.extend(list2) to combine list1 and list2 .
確定! 回上一頁