Return a reverse iterator over the keys of the dictionary. This is a shortcut for reversed(d.keys()).
reversed(d)