🌈 搜索
📅  最后修改于: 2022-03-11 14:45:10.197000             🧑  作者: Mango
my_set = set([1,2,3,4]) my_list = list(my_set) print my_list >> [1, 2, 3, 4]