获取您自己的 Python 服务器 Result Size: 625 x 664
x
 
x = {"f", "e", "d", "c", "b", "a"}
y = {"a", "b", "c"}
z = x.issuperset(y) 
print(z)
True