In Python, to union two or more sets, you use the union() method: new_set = set.union(another_set, ...).
確定! 回上一頁