Yonnyyonny.yoning.com·Aug 2, 20242024-08-02: 3. Dictionary SampleA small piece of code in learning #Python dictionary. order = { "starter": {1: "Salad", 2: "Soup"}, 4: {1: [1, 2], 2: ["Steak"]}, "dessert": {1: ["Ice Cream"], 2: []}, } print(order[4][1][1])#KeepCoding100DaysAdd a thoughtful commentNo comments yetBe the first to start the conversation.