二、python之hello python

目录 一、在 Shell中输出hello python语句 二、在python文件中输出hello python语句 三、Tips 1.特殊符号 (1)缩进 (2)注释# (3)冒号: (4)续行\ 2.命名与保留字 (1)变量: (2)命名 (3)保留字(关键字) 一、在 Shell中输出hello python语句 >>> print("hello python") hello python
相关文章
相关标签/搜索