Updated 2015-01-25 01:30:06 by pooryorick

dict keys returns a list of keys in a dictionary, in the order that the keys were inserted into the dict. dict keys {a b c d e f g h} returns a c e g.