Change return of external function python

后端 未结 0 394
逝去的感伤
逝去的感伤 2020-11-27 06:17

The my_module.py contains this code:

def external_func():
return [list comprehension]

I want import the external_func() in another file.

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