b = list(k.keys())[list(k.values()).index(20)] #find index of 20 => return 2. how to get value from key dict in python. python by NinjaAMR on Aug 15 2020 ...
確定! 回上一頁