knowledgebase

Viewing articles tagged “Python tuples”

Viewing articles tagged “Python tuples”

description

Working with Tuples in Python: Immutable Data Structures"

Tuple is one of the built-in data types in Python. A Python tuple is a sequence of comma separated items, enclosed in parentheses (). The…

arrow_forward
arrow_back « Back