有可能做这样的事情吗?
def multireturn():
return 1, 2, 3
def add(a, b, c):
return a+b+c
add(multireturn())
当我尝试时,它出错了,因为它只看到一个参数。谢谢!
小唯快跑啊
慕村225694
相关分类