欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

python输出hello world代码的方法

程序员文章站 2022-01-21 10:30:33
...

python输出hello world代码的方法:首先打开IDLE;然后进入python 3.7.2 shell;最后在界面中输入“print("hello world")”单击回车即可。

python输出hello world代码的方法

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

打开IDLE;

python输出hello world代码的方法

进入python 3.7.2 shell;

python输出hello world代码的方法

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

python输出hello world代码的方法

输出hello world;

python输出hello world代码的方法

推荐学习:《python视频教程

以上就是python输出hello world代码的方法的详细内容,更多请关注其它相关文章!

相关标签: python