meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
programming:python:syntax:collections [2024/03/01 07:56] niziakprogramming: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
 +    * ''len()''
   * **Tuple** ''( 1, "A", True)''   * **Tuple** ''( 1, "A", True)''
     * ordered, indexed, allow duplicate items     * ordered, indexed, allow duplicate items