51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#isdisjoint
Python isdisjoint()
python中的isdisjoint()函数有助于检查给定的两个集合是否不相交。如果集合不相交,则返回真,否则返回假。不相交意味着这两个集合没有共同的元素。**set_a.isdisjoint(set_b)**#whereparametermaybelist,tuple,dictionary,andstringisdi...
php学习
·
2023-04-09
Python
isdisjoint
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他