I need help for this case:
m={} m[1]=1 m[333]=333 m[2]=2
so even when I did not enter "333" last, I got this "333", indicated at the end of the dictionary when printing it. why does this "dictionary" perform auto sorting? and how to disable it? I can create a re-sort function to fix the order. but this is not what I want, I just want to print and get the output order, just like the order when I enter the data. Is there a good explanation and is there any solution?
source share