Version 1 of dict keys

Updated 2015-01-25 01:28:46 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`.