python输出hello world的代码

2026-02-15 10:05:13

1、打开IDLE;

python输出hello world的代码

2、进入python 3.7.2 shell;

python输出hello world的代码

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

python输出hello world的代码

4、输出hello world;

python输出hello world的代码

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

python输出hello world的代码

2、保存成功。

python输出hello world的代码

猜你喜欢