1、python 3 与 python 2 区别
3默认支持unicode , 3里面对输入input进行了重新定义,input = python 2 (raw_input)
2、Python3 模块
sys(交互) ,os (系统)
3、数据类型包括(字符、数字、列表【】、元组()、字典{})
4、