clear() 方法用于移除集合中的所有元素。
clear()方法语法:
set.clear()
无
移除 fruits 集合中的所有元素:
fruits = {"apple", "banana", "cherry"} fruits.clear() print(fruits)
输出结果为:
set()
Python 集合
记住我的登录 忘记密码?
登录