美文网首页
2.1 - 第一个程序Hello,world!

2.1 - 第一个程序Hello,world!

作者: MasterLu_25ee | 来源:发表于2019-03-06 14:42 被阅读0次

在命令行中输入:

print("Hello,world!")

即可在命令行输出:

Hello,world!

Windows下运行结果:

2.1-Helloworld运行结果(Windows环境)

Linux下运行结果:

2.2-Helloworld运行结果(Linux环境)

附录:

Python 3 教程: http://www.runoob.com/python3/python3-tutorial.html

相关文章

网友评论

      本文标题:2.1 - 第一个程序Hello,world!

      本文链接:https://www.haomeiwen.com/subject/agitpqtx.html