我有一个类似的python字典
{'JUL':15,'MAR': 54,'DEC':65,'OCT':90}
我希望它根据月份来说排序,例如MAR,JUL,OCT和DEC在python中.
我该怎么做?
python
python ×1