.Write the most appropriate tuple method the following conditions:
(i) Calculate total occurrence of given elements.
(ii) Returns the element with maximum value.
(iii) Returns the element with minimum value.
(iv) To sort the given tuple in ascending order.
(v) Return the index of first occurrence of element.
Answers
Answered by
0
Answer:
More specifically, what are tuples, how to create them, when to use them and ... The parentheses are optional, however, it is a good practice to use them. ... Only the following two methods are available.
Similar questions