When i declare a list 1,2,3,4 and i do something with it , even just print i get back the same sequence 1,2,3,4.
But when i do anything with dictionaries , they alw
Dictionaries are unsorted. This is well-documented. Do not rely on the ordering of dictionaries.