

InterviewSolution
Saved Bookmarks
1. |
Difference between list and dictionary? |
Answer» List has also index numbers but dictionary have key instead of index<br>A list is a collection of data which contains all types of data such as numeric, letters etc.... But in case of dictionary, it contains a key and it\'s data......... | |