Question 1
How do you access an element in a tuple?
Question 2
What is the result of concatenating two tuples using the + operator?
Question 3
Can a tuple contain elements of different data types?
Question 4
What is a tuple in python?
Question 5
What is the return of the len() function when used with a tuple?
Question 6
What is the key difference between a list and a tuple in python?
Question 7
Which of the following statements is true about tuple packing and unpacking in python?
Question 8
Is a tuple mutable in python?
Question 9
Which of the following operations can you perform on a tuple?
Question 10
How do you create an empty tuple?