List Data Structure: If we want to represent a group of individual objects as a single entity
where insertion order is preserved and duplicates are allowed, then we should go for List.
Insertion order are preserved.
Duplicates objects are allowed.
Heterogeneous objects are allowed.
#List is dynamic in nature because based on our requirement we can decrease
the size and increase the of the list.
In list the elements are placed within the square bracket separated by comma separator.
Ex: Write a Python program to check a list is empty or not.
Thank you for watching
#python #programming #coding #programmer #developer #code #software #tech #pythonproblem