FRUITS = {"apple": 2, "orange": 3, "mellon": 10} for fruit, price in FRUITS.items(): print(fruit)