You can use both dict.pop() method and a more generic del statement to remove items from a dictionary. They both mutate the original dictionary, ...
確定! 回上一頁