Python Tutorials · Python Tuples
Join Tuples
Learn all about Join Tuples in this comprehensive tutorial.
5 min read beginner
- •To join two or more tuples you can use the + operator:
- •If you want to multiply the content of a tuple a given number of times, you can use the * operator:
Join Two Tuples
To join two or more tuples you can use the + operator:
python
Multiply Tuples
If you want to multiply the content of a tuple a given number of times, you can use the * operator:
python
Module quiz
Test your knowledge on this module
2 questions