Python Language Tuple
Jump to navigation
Jump to search
Internal
Overview
A tuple is a immutable sequence type that contains zero or more elements and whose elements can be of different types.
A tuple is a immutable sequence type that contains zero or more elements and whose elements can be of different types.