FRUITS = {"apple": 2, "orange": 3, "mellon": 10} for fruit, price in FRUITS.values(): # [unbalanced-dict-unpacking] print(fruit)