<AptiCode/>

Question 400: What is the data type of the following value:(1, 2, 3)

tcs
wipro
infosys
general
aptitude
data-types

(1, 2, 3)is a tuple in Python. Tuples are used to group together multiple values into a single immutable container.