扫码下载编程狮APP
W3Cschool
恭喜您成为首批注册用户
获得88经验值奖励
clear() 方法用于移除集合中的所有元素。
clear()方法语法:
set.clear()
无
移除 fruits 集合中的所有元素:
fruits = {"apple", "banana", "cherry"} fruits.clear() print(fruits)
输出结果为:
set()
Python 集合
更多建议:
扫描二维码
下载编程狮App
编程狮公众号
联系方式:
更多建议: