How to get a list of possible permutations from a dictionary of lists

后端 未结 0 867
无人及你
无人及你 2020-12-05 07:39

I need to get an output like X, Y, W avg # is x from a dictionary of lists like this

dict = {
    \'X\': [65, 86, 54],
    \'W\': [87, 99, 57],
    \'Y\': [83         


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