最佳答案
file.py
包含一个名为 function
的函数。如何导入它?
from file.py import function(a,b)
以上提供了一个错误:
Import Error: 没有名为‘ file.py’的模块; file 不是一个包