Hacker News new | ask | show | jobs
by ims 4888 days ago
This is pretty pedantic, but wouldn't

    for k in m
be more "pythonic" than

    for k in m.keys()

?