dict keys

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.