Python 集合 pop() 方法
定义和用法
The pop()
方法从集合中删除一个随机项。
此方法返回删除的项。
语法
set.pop()
参数值
没有参数值。
更多示例
注意: pop()
方法返回删除的值。
The pop()
方法从集合中删除一个随机项。
此方法返回删除的项。
set.pop()
没有参数值。
注意: pop()
方法返回删除的值。
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]