Python's set.union(set_1, set_2, ...) creates and returns a new set consisting of the elements that are members of any of the involved sets.
確定! 回上一頁