Discuss the utility and significance of List, briefly.

List is a built in data type  in python which can store multiple values which can be of different types.  some utilities if list are:
it is mutable
it is indexed
can store data of different types
can store duplicate values.

error: Content is protected !!