Pam
0
Q:

issubset


    x = {"a", "b", "c"}
y = {"f", "e", "d", 
    "c", "b"}

    
z = x.issubset(y) 

print(z) 
0

New to Communities?

Join the community