Import Python Script Into Another?

后端 未结 5 1628
花落未央
花落未央 2020-11-28 23:59

I\'m going through Zed Shaw\'s Learn Python The Hard Way and I\'m on lesson 26. In this lesson we have to fix some code, and the code calls functions from another script. He

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-29 00:58

    It's worth mentioning that (at least in python 3), in order for this to work, you must have a file named __init__.py in the same directory.

提交回复
热议问题