数据类型

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嵌套

posted @ 2021-06-09 14:53  昌尐  阅读(22)  评论(0编辑  收藏  举报