Why does this dictionary get reversed in python?

Alexander

New member
code:

ordlista2 = {"bror":"Johannes", "syster":"Karolina"}


result:

{'syster': 'Karolina', 'bror': 'Johannes'}


It really does, wtf is wrong???
 
Back
Top