Passing list of tuples to function arguments without modifying function definition

前端 未结 0 1200
终归单人心
终归单人心 2020-12-08 20:25

I want to call a function that accepts tuples as part of its arguments, i.e. the function is called as follows:

foo(\'Hello\', (x1, x2), (y1, y2), (z1, z2))
<         


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