pass the multiple return values from one function to another function as an argument

前端 未结 0 1547
[愿得一人]
[愿得一人] 2021-01-04 23:32

I have the below code,

def hello(start, end):
    perform some function
    for i in range(j):
        yield (some value)
    yield (some value)

def calc(sta         


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