values

こつこつPython

【毎日Python】Pythonで辞書のデータから値を取得|dict.values

< d = {'apple': 'fruits', 'potato': 'vegetable', 'chicken': 'meat'} d Pythonで辞書の値を取得する方法です。使用するのは、Pythonの標準ライブラリのvaluesメ...