What data type is the object below ? L = 1, 23, 'hello', 1
list
dictionary
array
tuple
Answer
tuple
Reason — For creating a tuple, enclosing the elements inside parentheses is optional. Even if parentheses are omitted as shown here, still this statement will create a tuple.