meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| programming:python:syntax:collections [2024/03/01 07:56] – niziak | programming:python:syntax:collections [2025/01/02 11:02] (current) – niziak | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * mutable | * mutable | ||
| * list item can be any type | * list item can be any type | ||
| + | * '' | ||
| * **Tuple** '' | * **Tuple** '' | ||
| * ordered, indexed, allow duplicate items | * ordered, indexed, allow duplicate items | ||