How to get a specific key from a dictionary?

Viewed 28

How to get to a specific key in a dictionary using its position (0,1,2,3) or something similar?

I am looking for something easy. In comparison, getting a specific value in a dictionary is easy, simply by writing dict["key"]. I have found no such easy way to access the key in a dict.

0 Answers
Related