Introduction to Tuples
Learn how to use tuples in Python.
We'll cover the following...
What is a tuple?
Though a list can store dissimilar data, it is commonly used for storing similar data.
The tuple is commonly used for storing dissimilar data. The tuple data is enclosed within ()
as shown below:
Access this course and 1400+ top-rated courses and projects.