Section: Collections overview

List literal

python
python
items = [1, 2, 3]

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Collections overview
Tuple literal
Tuple literal
OpenIn sheetpythonsame section
Set literal
Set literal
OpenIn sheetpythonsame section
Dictionary literal
Dictionary literal
OpenIn sheetpythonsame section
Membership test
Membership test
OpenIn sheetpythonsame section
Destructuring assignment
Destructuring assignment
OpenIn sheetpythonsame section
Print text
Print text