AS
Size: a a a
AS
БС
SA
KA
RB
in
in
RB
A🌚
A🌚
AS
KK
EK
json.dumps(.., sort_keys=True)
для словаря с ключами None падает с items = sorted(dct.items(), key=lambda kv: kv[0])
TypeError: '<' not supported between instances of 'NoneType' and 'str'
KK
json.dumps(.., sort_keys=True)
для словаря с ключами None падает с items = sorted(dct.items(), key=lambda kv: kv[0])
TypeError: '<' not supported between instances of 'NoneType' and 'str'
RB
SA