I want to print a dictionary in python.
menu = {
1: ("Single Red Roses", 29),
2: ("Burst of Spring Posy", 59),
3: ("Super Grade Red Roses", 69),
4: ("Lemon Gelato Roses", 79),
5: ("Market Fresh Pin Lily", 79),
6: ("Summer Daisy Gerbera", 79),
7: ("Bag of Garden Roses", 89),
8: ("Blue Lime Spring Rosy", 89),
9: ("Hot Pink Roses", 89),
10: ("Class White Roses", 99),
11: ("Fresh Lime", 109),
12: ("Boxed Red Roses", 129),
13: ("Tropical Rain-forest Bouquet", 149),
}
This is my code, I don't know how to do this becuz Im new thanks for the help :)
edit: how do I make it so that it prints each list one by one.