✏️ Explanatory Question
Heterogeneous collection হলো এমন collection যেখানে different data types একসাথে store করা যায়।
----------------------------------------------------data = [10, "Python", True, 3.14]
----------------------------------------------------
Python heterogeneous collection support করে বলে এটি খুব powerful এবং flexible language।