how to order dictionary python (sorting)

前端 未结 2 1708
粉色の甜心
粉色の甜心 2020-12-19 18:46

I use Python dictionary:

>>> a = {}
>>> a[\"w\"] = {}
>>> a[\"a\"] = {}
>>> a[\"s\"] = {}
>>> a
{\'a\': {}, \'s\         


        
2条回答
提交回复
热议问题