Christopher Barker writes:
d.keys()[-1] vs list(d.keys())[-1]
Should be compared with `next(reversed(d.keys()))`, or `next(reversed(d))`.
Same point - the idea is to have indexing syntax.
I'm a-gonna make you REAALLY MAAD. You can have it.
d.popitem()[0]
:-)