Python - Add Set Items · Example. Add an item to a set, using the add() method: thisset = {"apple", "banana", "cherry"} thisset.add("orange") · Example. Add ...
確定! 回上一頁