Computer Science, asked by harshakfreefire, 3 months ago

List one similarity and one difference between List and Dictionary datatype​

Answers

Answered by meghnahareshdarji002
2

Answer:

similarity:both list and dictionary are mutable data types

dissimilarity:list is a sequential data types i.e. they are Dictionary is a mapping data types

Similar questions