Python编程
Sec. 1 第一个Python程序
01. 第一个HelloPython程序
1.1 Python源程序的基本概念
- 本质是一个特殊格式的文本文件,可以使用任意文本编辑软件进行开发
- 文件扩展名通常都是.py
1.2 演练步骤
print("hello python")
print("hello world")
结果:
Python自学笔记
阅读 66
2022-04-14
print("hello python")
print("hello world")
结果:
相关推荐
精彩评论(0)