Answer the question
In order to leave comments, you need to log in
Why does Python output dict() randomly and not in the order I declared it?
x = dict({
'a': 1,
'c': 3,
'b': 2,
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question