Spreading Python Project throughout multiple files (MWE)

后端 未结 0 1201
有刺的猬
有刺的猬 2021-02-05 08:02

I have two files:

file1:

import file2

file2.func1(file2.variable1)


def func2(arg):
    print(\'this is func2\')
    print(\'it takes this:\', arg)


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