时间:2024-10-15 11:53:16
1、打开IDLE;
2、进入python 3.7.2 shell;
3、在界面中输入print("hello world")单击回车;
4、输出hello world;