Vladimir

2%
Flag icon
Since Python 3.7, the dict type is officially “ordered,” but that only means that the key insertion order is preserved. You cannot rearrange the keys in a dict however you like.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview