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