2.1 - 第一个程序Hello,world!
2019-03-06 本文已影响0人
MasterLu_25ee
在命令行中输入:
print("Hello,world!")
即可在命令行输出:
Hello,world!
Windows下运行结果:

Linux下运行结果:

附录:
Python 3 教程: http://www.runoob.com/python3/python3-tutorial.html
在命令行中输入:
print("Hello,world!")
即可在命令行输出:
Hello,world!
Windows下运行结果:
Linux下运行结果:
附录:
Python 3 教程: http://www.runoob.com/python3/python3-tutorial.html