dict (zip(a, map(f, a.values()))) is marginally shorter, but I have to think about what it's doing, and remind myself that yes, keys and values ...
確定! 回上一頁