How do you find the first key in a dictionary?
Sección: Programación
Creado: 17-11-24 (Actualizado: 22-02-22)
I am trying to get my program to print out "banana" from the dictionary. What would be the simplest way to do this?
This is my dictionary:
prices = { "banana" : 4, "apple" : 2, "oran...
https://stackoverflow.com/questions/30362391/how-to-find-first-key-in-a-dictionary