To remove an element in a dictionary, we can use either the del dict[key] keyword or the dict.pop(key[, default]) method.
確定! 回上一頁