How do you permutate through a list of lists (of strings)? Can you do it with a set?

前端 未结 0 476
忘了有多久
忘了有多久 2021-02-07 10:10

I would like an output of

nums = (("2q","3q","4q","3q"),("1q"), ("1q","2q"))

to result in:

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