You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# It is created using tree data structure and also hashing as algo
dish_details = {
"name": "Paneer Tikka Sandwich",
"ratings": 4.5,
"price": 223.81,
"description": "Your favourite cheese cubes marinated with tandoori sauce, spices and condiments, cooked in an oven to give a smoky taste. Served with a choice of nutritious veggies and a freshly baked bread."
}
print(dish_details, type(dish_details))
# Assignment 1: To Explore how dictionary is created in RAM MODEL