您的位置首页生活百科

python输出hello world的代码

python输出hello world的代码

的有关信息介绍如下:

python输出hello world的代码

在python中,想要输入hello world,那么其源代码是什么呢。

打开IDLE;

进入python 3.7.2 shell;

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

输出hello world;

当需要保存时,点击上方file——save;

保存成功。