Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 424 Bytes

list.md

File metadata and controls

7 lines (4 loc) · 424 Bytes

list

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.

Tutorials

  • Read more about how to use lists on Programiz.