Python 集合
copy() 方法用于拷贝一个集合。
copy() 方法语法:
set.copy()
返回拷贝的集合。
拷贝 fruits 集合:
输出结果为:
set(['Google', 'Taobao', 'Runoob'])