PHP前端开发

python输出hello world代码的方法

百变鹏仔 3个月前 (01-22) #Python
文章标签 代码
python输出hello world代码的方法:首先打开IDLE;然后进入python 3.7.2 shell;最后在界面中输入“print("hello world")”单击回车即可。

本文操作环境:windows7系统、python3.7.2版,DELL G3电脑

打开IDLE;

进入python 3.7.2 shell;

立即学习“Python免费学习笔记(深入)”;

在界面中输入print("hello world")单击回车;

输出hello world;

推荐学习:《python视频教程》