Computer Science, asked by hiteshgyanchandani6, 2 months ago

Write down the differences between tuples , lists , sets and dictionaries?? ​

Answers

Answered by LaRouge
13

Answer:

In someways a tuple is similar to a list in terms of indexing, nested objects and repetition but a tuple is immutable unlike lists that are mutable. ... Set is mutable i.e we can make any changes in set. But elements are not duplicated. Dictionary is mutable.In someways a tuple is similar to a list in terms of indexing, nested objects and repetition but a tuple is immutable unlike lists that are mutable. ... Set is mutable i.e we can make any changes in set. But elements are not duplicated. Dictionary is mutable.

Similar questions