如何使用"import"语句确定在Python中导入的文件?
我想确定我正在加载本地修改的.py文件的正确版本.基本上相当于POSIX环境中的"which".
python import
import ×1
python ×1