Which of the following is correct about tuples?
Posted: Wed Jul 13, 2022 7:53 pm
a) A tuple can hold more than one element
b) A tuple can hold elements having different types
c) Elements of tuples are initialized in order
d) All of the mentioned
b) A tuple can hold elements having different types
c) Elements of tuples are initialized in order
d) All of the mentioned