python入门第一天学习

来源:互联网 发布:淘宝官方网站注册 编辑:程序博客网 时间:2024/05/21 04:21


1、官网下载python2.7  ,点击安装 ,安装的时候 有个目录选项,一定要选中 pid 和Add python.exe to Path .

2、cmd 控制台打印 python 如果显示>>> 证明已成功。

3、第一个 hello word 

            

  >>> print'hello ,word'

4、打印结果如下:
   hello,word



      


0 0
原创粉丝点击