user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 674. What Are Tuples?

user image

Abhishek Mishra

2 years ago

Tuple. Tuples are used to store multiple items in a single variable. Tuple is one of 4 built-in data types in Python used to store collections of data, the other 3 are List, Set, and Dictionary, all with different qualities and usage. A tuple is a collection which is ordered and unchangeable.

Recent Doubts

Close [x]