To add the elements of a list to a set, use update. From https://docs.python.org/2/library/sets.html. s.update(t): return set s with elements added from t.
確定! 回上一頁