def formatted_item_listing(item): return "{} {} for {}D".format(item["amount"], item["item_name"], item["price"])