Define a list.
Answer:
The data type list is an ordered sequence which is mutable and made up of one or more elements. A list can have elements of different data types , such as integer, float, string, tuple or even another list.
Very Short Answer Type Questions (1 Mark each)
Very Short Answer Type Questions (1 Mark each)
Last updated at April 16, 2024 by Teachoo
Answer:
The data type list is an ordered sequence which is mutable and made up of one or more elements. A list can have elements of different data types , such as integer, float, string, tuple or even another list.