实例
复制 fruits 集合:
fruits = {"apple", "banana", "cherry"} x = fruits.copy() print(x)
定义和用法
clear() 方法删除集合中的所有元素。
语法
set.copy()
参数值