A list is a data structure in python which stores a sequential collection of elements of any size. Each element or value that is inside of a list is called an item. A list is flexible i.e. does not have a fixed size. A list is mutable i.e. the cont...
developwithkanika.hashnode.dev5 min read
No responses yet.