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