+ 2
Lists[ ] and Dictionaries { }
Why 'Lists' are ordered and 'Dictionaries' are un-ordered?
2 Answers
+ 6
because dictionaries are accessed through their keys, wich cant be the same as one another.
index in lists are numbers starting at zero and they can be ordered
+ 2
Gaurav Joshi , please give us samples, what you mean by "ordered" and explain it a bit. Please also tell us what you want to achieve. Thanks!