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.
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.