List one similarity and one difference between List and Dictionary datatype
Answers
Answered by
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