Python dictionary is a container of key-value pairs. ... capitals = { key:val for key, val in capitals.items() if val < 1000000 }.
確定! 回上一頁