Computer Science, asked by alkarani4312gmailcom, 6 hours ago

names of 2.1 Define Datatyhe? and write the all the datatype 0.2 Differentiate the list, and "tuple? 9.3. what is mutable and immutable? 8. 4: what is set and how it is difference then sequences? Define dictionary with one example.

Answers

Answered by vanisharma10000
0

Answer:

Tuple is a collection of values separated by comma and enclosed in parenthesis. Unlike lists, tuples are immutable. The immutability can be considered as the identifying feature of tuples. Set is an unordered collection of distinct immutable objects

Similar questions