Which function returns the number of elements in the tuple?
len()
Reason — The len() function returns the number of elements in the tuple.