导航菜单
高手之路教程
教程首页
源码下载
模板下载
软件下载
搜索
在线工具
在线编程
在线白板
切换主题
白天模式
夜晚模式
自动模式
Python 3 教程
Python3 教程
Python3 简介
Python3 环境搭建
Python3 VScode
Python3 基础语法
Python3 基本数据类型
Python3 数据类型转换
Python3 解释器
Python3 注释
Python3 运算符
Python3 数字(Number)
Python3 字符串
Python3 列表
Python3 元组
Python3 字典
Python3 集合
Python3 条件控制
Python3 循环语句
Python3 编程第一步
Python3 推导式
Python3 迭代器与生成器
Python3 函数
Python3 lambda
Python3 数据结构
Python3 模块
Python3 输入和输出
Python3 File
Python3 OS
Python3 错误和异常
Python3 面向对象
Python3 命名空间/作用域
Python3 标准库概览
Python3 实例
Python3
高级教程
Python3 正则表达式
Python3 CGI编程
Python3 MySQL(mysql-connector)
Python3 MySQL(PyMySQL)
Python3 网络编程
Python3 SMTP发送邮件
Python3 多线程
Python3 XML 解析
Python3 JSON
Python3 日期和时间
Python3 内置函数
Python3 MongoDB
Python3 urllib
Python uWSGI 安装配置
Python3 pip
Python3 operator
Python math
Python requests
Python random
Python 有用的资源
Python AI 绘画
Python statistics
Python hashlib
Python 量化
Python pyecharts
Python Set add()方法
Python Set copy()方法
Python Set clear()方法
Python 集合
描述
clear() 方法用于移除集合中的所有元素。
语法
clear()方法语法:
set.clear()
参数
无。
返回值
无。
移除 fruits 集合中的所有元素:
实例 1
fruits
= {
"
apple
"
,
"
banana
"
,
"
cherry
"
}
fruits
.
clear
(
)
print
(
fruits
)
输出结果为:
set()
Python 集合
Python Set add()方法
Python Set copy()方法
快速导航
前端高手教程
HTML
CSS
JavaScript
HTML5
CSS3
TypeScript
Bootstrap5
Vue3
jQuery
React
angularjs2
jQuery UI
HTML DOM
AngularJS
AngularJS2
React
jQuery EasyUI
AJAX
JSON
Echarts
Chart.js
Highcharts
Google 地图
Foundation
后端高手教程
PHP
Python2.x
Java
Asp.net
C语言
C++
C#
Node.js
Ruby
Linux
Docker
Lua
Perl
Rust
JSP
Go
Scala
Servlet
Django
FastAPI
Zookeeper
APP高手教程
Android
Swift
jQuery Mobile
ionic
Kotlin
ASP
VBScript
AppML
数据库高手教程
SQL
MySQL
PostgreSQL
SQLite
MongoDB
Redis
Memcached
大数据高手教程
NumPy
Pandas
Matplotlib
Scipy
R
Julia
开发工具教程
Eclipse
Git
Svn
Markdown
正则表达式
Maven
Verilog
其他相关教程
数据结构与算法
设计模式
XML
DTD
XML DOM
XSLT
XPath
XQuery
XLink
XPointer
XML Schema
XSL-FO
SVG