[ad_1]
You need to sort first, then call dict to convert sorted tuple:
dict(
sorted(ROOM_CATEGORIES, reverse=True)
)
[ad_2]
solved Dictionaries in specific format
[ad_1]
You need to sort first, then call dict to convert sorted tuple:
dict(
sorted(ROOM_CATEGORIES, reverse=True)
)
[ad_2]
solved Dictionaries in specific format