A list is a data type, like string, integer, float, and Boolean. A list holds items in a sequence, separated by commas and contained within square brackets. They can hold different types of data, like strings, integers, floats, etc. Items within a list can be accessed by list indexing or slicing.
- Read more about how to use lists on Programiz.