The interative status of a for loop inside a function

前端 未结 0 1153
失恋的感觉
失恋的感觉 2020-12-31 07:55

Say that we have this function:

def my_function:
    for i in some_iterable:
        do_something();

When I call this function inside another

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