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