您的位置首页生活百科 python输出hello world的代码 Simone 发布于 2025-09-19 13:13:03 825 阅读 python输出hello world的代码的有关信息介绍如下:在python中,想要输入hello world,那么其源代码是什么呢。打开IDLE;进入python 3.7.2 shell;在界面中输入print("hello world")单击回车;输出hello world;当需要保存时,点击上方file——save;保存成功。