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