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:
For Python 3 below eliminates overhead of list conversion:
first = next(iter(prices.values()))