1 2 3 4 5 6 7
fruit_prices = """ Apple: %(apple_price)d ¤ Orange: %(orange_price)d ¤ """ % { "apple_price": 42, "orange_price": 87, }