🌈 搜索
📅  最后修改于: 2022-03-11 14:45:42.512000             🧑  作者: Mango
list1 = ["a", "b" , "c"] list2 = [1, 2, 3] list1.extend(list2) print(list1)