Home
/
Python 3.11
/
Built-in Types
/
tuple
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Built-in Types
tuple
Python 3.11
Tuples may be constructed in a number of ways:
Syntax
PYTHON
Copy
class tuple([iterable])
See Also
tuple()
common