Python Language Tuple: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Python Language =Overview=") |
|||
Line 2: | Line 2: | ||
* [[Python_Language#Tuple|Python Language]] | * [[Python_Language#Tuple|Python Language]] | ||
=Overview= | =Overview= | ||
A tuple is a immutable [[Python_Language#Sequence_Types|sequence type]] that contains zero or more elements and whose elements can be of different types. |
Revision as of 04:35, 20 January 2022
Internal
Overview
A tuple is a immutable sequence type that contains zero or more elements and whose elements can be of different types.