discard
pythondiscard用法,Python中discard
本文目录一览: 1、Python 简明教程 —13,Python 集合 2、Python中set集合中的remove和discard? 3、Python的集合介绍 4、…
Python discard()
python 中的discard()函数有助于在元素存在的情况下从集合中移除或丢弃指定的元素。 **s.discard(element)** #where element may …
本文目录一览: 1、Python 简明教程 —13,Python 集合 2、Python中set集合中的remove和discard? 3、Python的集合介绍 4、…
python 中的discard()函数有助于在元素存在的情况下从集合中移除或丢弃指定的元素。 **s.discard(element)** #where element may …