The methods dict.keys() and dict.values() return lists of the keys or values explicitly. There's also an items() which returns a list of (key, ...
確定! 回上一頁