Python 集合 add() 方法
定义和用法
add()
方法将元素添加到集合中。
如果元素已经存在,add()
方法不会添加元素。
语法
set.add(elmnt)
参数值
参数 | 描述 |
---|---|
elmnt | 必需。要添加到集合中的元素 |
add()
方法将元素添加到集合中。
如果元素已经存在,add()
方法不会添加元素。
set.add(elmnt)
参数 | 描述 |
---|---|
elmnt | 必需。要添加到集合中的元素 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]