Question 1
Which built-in function can be used to find the maximum element in a tuple?
Question 2
Which built-in function in python is used to create a tuple from an iterate (example a list or string)?
Question 3
What does the 'len()' function return when applied to a tuple in python?
Question 4
Which built-in function can be used to reverse the order of elements in a tuple?
Question 5
What is the result of using the sum( ) function on a tuple of numbers in python?
Question 6
What does the 'count( )' function do when used with a tuple in python?
Question 7
What is the purpose of the sorted() function when applied to a tuple?
Question 8
Which built-in function is used to convert a list into a tuple in python?
Question 9
Which built-in function can be used to find the minimum element in a tuple?
Question 10
What does the index( ) function do when used with a tuple in python?