Python 3 教程
Python 集合
clear() 方法用于移除集合中的所有元素。
clear()方法语法:
set.clear()
无。
移除 fruits 集合中的所有元素:
输出结果为:
set()