what are 3 types of list in python
Answers
Answered by
1
Explanation:
Lists are used to store multiple items in a single variable. Lists are one of 4 built-in data types in Python used to store collections of data, the other 3 are Tuple, Set, and Dictionary, all with different qualities and usage.
Please mark me as brainliest answer
Answered by
1
Answer:
mutable, or changeable, ordered sequence of elements
Similar questions