Computer Science, asked by ssonaljaipal, 4 days ago

discuss the relation between tuples and Dictionaries ?​

Answers

Answered by govindanara1978
1

Answer:

A tuple can contain only the predefined number of values, in dictionary there is no such limitation. A tuple can contain different values with different datatype while a dictionary can contain only one datatype value at a time. Tuples are particularly useful for returning multiple values from a function.

Explanation:

this may help you

Similar questions