I am trying to get my program to print out \"banana\" from the dictionary. What would be the simplest way to do this?
\"banana\"
This is my dictionary:
Well as simple, the answer according to me will be
first = list(prices)[0]
converting the dictionary to list will output the keys and we will select the first key from the list.