Get your own Python server Result Size: 625 x 565
x
 
x = {"a", "b", "c"}
y = {"f", "e", "d", "c", "b", "a"}
z = x <= y
print(z)
True