Python. こんにちは。 dictionary に対して filter() を行う関数を作り ... k,v in d.items() if v==2]) {1: 2} >> dict(filter(lambda kv: kv[1]==2, ...
確定! 回上一頁