What is a Tuple in Python ? [ Part 2 ] | Most asked Interview Q&A

preview_player
Показать описание
#pythoninterviewquestions #python #pythoninterview #interviewtips

What is a Tuple in Python ?

A tuple is a built in data type that represents an ordered, indexed, immutable, Heterogeneous, Allow Duplicates collection, of elements.
Tuples are typically defined using parentheses and without parentheses as long as there is at least one comma separating the element.
Рекомендации по теме