Python: Generate all possible combinations for a list of tuples - based only on second element

前端 未结 0 1944
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-10 17:29

I have a list of tuples:

list_of_tup = [(\'x3\', \'2010\'), (\'x5\', \'2012\'), (\'x2\', \'2018\')]

You may notice that the list is sorted on

相关标签:
回答
  • 消灭零回复
提交回复
热议问题