Run ❯
Get your
own Python
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
x = {"a", "b", "c"} y = {"c", "d", "e"} z = {"f", "g", "c"} x.intersection_update(y, z) print(x)
x
x
=
{
"a"
,
"b"
,
"c"
}
y
=
{
"c"
,
"d"
,
"e"
}
z
=
{
"f"
,
"g"
,
"c"
}
x
.
intersection_update
(
y
,
z
)
print
(
x
)
{'c'}