What is a list? (NCERT Class 11th)
Answers
Answered by
4
Python list are container that are used to store a list of values of any type.
These are mutable.
Answered by
0
List can be defined as a variable which contains a multiple of other variables.
1.A list in computer programming is also known as an array which is a type of tool that can be used to store multiple pieces of information at once.
2.A list contains a number of paired items in computer programming.
3.Each item can be retrieved by its own paired number.
Similar questions