标签:utf-8 笔记 数字 string int str python 笔记 文字 ict
1.编码格式缩进四个空格,层次结构分明清晰
2.coding编码3.x版本支持中文字符,2.x版本需添加UTF-8
3.引号:单引号、双引号效果一样,表示字符串, 三引号表示直接引用;
4.判断语句,if else; while循环break终止本次并且跳出循环;for循环,contiune跳出本次循环继续 下一次循环
5.数据类型 :numbers 数字 string 字符串 list 列表, tuple 元祖 不可二次赋值,dictionary 字典 key值对
数字类型:int 整型 long 长整型 float 浮点 complex 复数
标签:utf-8 笔记 数字 string int str python 笔记 文字 ict
原文地址:http://www.cnblogs.com/hkblog/p/7519536.html