To add a list to set in Python, use the set.update() function. You can also use the set add() and union() function or use the | operator.
確定! 回上一頁