Python 3 教程
Python 集合
copy() 方法用于拷贝一个集合。
copy() 方法语法:
set.copy()
无。
拷贝 fruits 集合:
输出结果为:
{'cherry', 'banana', 'apple'}