✏️ Explanatory Question
List হলো ordered collection যেখানে multiple items store করা যায়।
numbers = [1, 2, 3, 4]
----------------------------------------------------
data = [10, "Python", True]
----------------------------------------------------
List multiple data store এবং modify করার জন্য ব্যবহৃত হয়।