在d盘新建一个python_project目录用于存放所有python项目
在python_project目录下新建一个目录test,用于存放我们的测试项目
进入test目录,新建一个main.py文件,当作项目的主文件
打开main.py,输入以下代码:并保存。
print("helle world!")
打开cmd或shell,输入命令
python main.py
回车执行
也可以用ipython交互式执行
To view this video please enable JavaScript,and consider upgrading to a web browser that supports HTML5 video
This is a modal window.
Beginning of dialog window.Escape will cancel and close the window.
End of dialog window.