Asked by Vani sharma

What is a list in Python?

Answers

Answered by Vikrant Singhal
A list is an array-like data structure in Python. It has zero-based indexed. It can store any other type of values.
Answered by Vikrant Singhal
The below tutorial is a very good reference point to know more about the list in Python.
techbeamers.com/python-list
Answered by Writeacher
You two (!!) need to pick one name and keep it. It seems terribly odd that you would post and then answer your own question.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions