Answer the question
In order to leave comments, you need to log in
Why do dictionary keys change their order, what is the algorithm?
Greetings
Dictionary and derivation of keys:
b = {
'one': 'one',
'two': 'two'
}
print(b.keys())
Answer the question
In order to leave comments, you need to log in
Master the depths of search engines first.
Dictionary Implementation in Python 2.7
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question