+ 2
Why does 8:64 get printed first?
2 ответов
+ 1
propably a quirk of thow he implementation works behind the scenes, the python standart does not define an order as far as i‘m aware. the details are complicated https://www.laurentluce.com/posts/python-dictionary-implementation/
+ 1
Interesting thank you both for your answers