我有一个类似于下面的元组列表:
[('abc', 121),('abc', 231),('abc', 148), ('abc',221)]
我想按元组内的整数值按升序对此列表进行排序.可能吗?
python tuples list
list ×1
python ×1
tuples ×1