Facing issue with loading a .pyc file from a separate script

后端 未结 0 1718
再見小時候
再見小時候 2021-01-28 15:42

I have a .pyc file with code:

def myfunc(in_str = "Hello World"):
    print(in_str)

I try to run it from a separate code like this:

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