Lists

Ordered sequences.

Lists

A list holds an ordered sequence. .append() adds to the end; .sort() orders it in place.

NORMAL ~/memra/learn/python-from-zero/lists utf-8 LF