Question 399: Which of the following is a sequence data type?
tcs
wipro
infosys
general
aptitude
data-types
python-programming
Tuples are a sequence data type in Python, meaning that their elements are ordered and indexed, and they can be accessed by their position in the sequence. Dictionaries and sets are not sequence data types, because they are unordered.