🌈 搜索
📅  最后修改于: 2022-03-11 14:46:09.587000             🧑  作者: Mango
set1 = {1, 4, 5, 6} set2 = {1, 2, 3} set3 = set1.union(set2) print(set3)