1 int
py2 (long)
py3 (int)
2 bool
False: 0 None
3 str
upper/lower
isdigit
startswith/endswith
join
split
strip
5 列表
增
insert
append
删
remove
pop
del
6 元组
7 字典
keys
values
items
8 集合
set{}
公共功能
len
索引
切边
步长
for循环
9嵌套
原文:https://www.cnblogs.com/secao/p/14866873.html