<languages />
❮设定方法
复制 fruits set:
fruits
fruits = {"apple", "banana", "cherry"} x = fruits.copy() print(x)
The copy() 方法复制集。
copy()
set.copy()
没有参数