d = {'Banana' : {'price': 7, 'Color' : "yellow"},
'Apple' : {'price' : 8, 'Color': "green"}, 'Orange' :{'price' : 6, 'Color': "orange"}}
for fruit, props in dict.iteritems():
prices= str(props['price']):
d = {'Banana' : {'price': 7, 'Color' : "yellow"