✏️ Explanatory Question
Dictionary হলো key-value pair ভিত্তিক mapping data type।
student = {
"name": "Rumman",
"age": 25
}
----------------------------------------------------
print(student["name"])
----------------------------------------------------
Dictionary structured data efficiently store করতে ব্যবহৃত হয়।