时间:2024-10-12 04:46:44
1、新建一个 Gather.py 文件,如图所示:
3、定义一个含有重复数字的列表,代码:list = [1, 1, 2, 4, 5, 3]
5、利用集合所有元素都具有唯一性,去除重复数字,