Python之路,Day1 - Python基础1

内容网址

http://www.cnblogs.com/alex3714/articles/5465198.htmlhtml

本节内容

Python介绍

发展史

Python 2 or 3?

安装

Hello World程序

变量

  1. 数字:int long float complex (long类型在python3.x中不存在)
  2. 布尔值:Boolean
  3. 字符串:str

用户输入

模块初识

.pyc是个什么鬼?

数据类型初识

数据运算

表达式if ...else语句

表达式for 循环

break and continue 

表达式while 循环

相关文章
相关标签/搜索