Computer Science, asked by rasika1706, 3 days ago

explain the concept of tuple in python?​

Answers

Answered by XxAttitudeBoy2248Xx
20

\large{\frak{\red{Answer}}}

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.

\pmb{\mathbb{\fbox{\red{Hope it's help you}}}}

Answered by XxAttitudeBoy2248Xx
37

\large{\frak{\red{Answer}}}

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.

\pmb{\mathbb{\fbox{\red{Hope it's help you}}}}

Similar questions