Run »
×
Change Orientation
x = {"f", "e", "d", "c", "b", "a"} y = {"a", "b", "c"} z = x.issuperset(y) print(z)
True
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit