Swap values in a tuple/list inside a list in python?

前端 未结 4 616
遥遥无期
遥遥无期 2020-12-09 11:27

I have a tuple/list inside a list like this:

[(\'foo\',\'bar\'),(\'foo1\',\'bar1\'),(\'foofoo\',\'barbar\')]

What is the fastest way in pyt

4条回答
提交回复
热议问题