Computer Science, asked by khbabaychan3329, 11 months ago

What are lists how are they yseful

Answers

Answered by omkar107
5
A list is a data type that represents a countable number of ordered values. ... List - in python is a data structure implemented using an array of pointers. ... But unlike array list is dynamic , mutable and can store multiple data type like (string,tuple,int) in a single list , using ...
Similar questions