Question 1
What does the * operator do when applied to a tuple in python?
Question 2
Which operator is used to concatenate two tuples in python?
Question 3
Which operator is used to check if an element is present in a tuple in python?
Question 4
Which of the following expressions returns the length (number of elements) of a tuple named my_tuple?
Question 5
Which operator is used to compare two tuples in python for equality?
Question 6
What is the result of the expression in python?
Question 7
What does the not in operator do when used with a tuple?
Question 8
What does the + operator do when used to add two tuples in python?
Question 9
What is the result of the expression in python?
Question 10
Which of the following expressions is used to access a specific element at index i in a tuple my_tuple?