How can I execute code from list or variable and get the result at Python?

后端 未结 0 504
离开以前
离开以前 2021-01-14 06:04

code

how it most work

from itertools import *
for i in combinations(["1","2","3"],3):
    print((\'\'.join(i)))

result b         


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