在windows下创建一个文件叫hello.py,并输入
1 print(‘hello world‘) #输出hello world
然后在解释器中执行命令:python hello.py,输出
python学习--第一个python程序helloworld
原文:https://www.cnblogs.com/ommph/p/11362059.html