1、 启动Python开发工具IDLE,创建名为pkg.py和init.py的两个文件,并将它们保存在同一个名为mypkg的文件夹中。 4、 运行diaopkg.py程序后,成功调用了mypkg文件夹中pkg模块的test方法。由于该文件夹内包含__init__.py文件,因此被视为一个有效的Python包,实现了模块的正确导入与执行。
The Windows version of the Python interpreter can be run from the command line the same way it’s run in other operating systems, by typing python or python3 at the prompt. But there’s a feature unique ...