标签:class end 通过 访问 for not 并且 span 基本
序列(seqence) 是指他的成员都是有序排列,并且可以通过索引偏移量访问到他的一个或几个成员
序列有:字符串、列表、元组
序列的基本操作:
1 in/not in seqence
2 切片
3 步长
4 删除(del且支持切片/pop())
5 序列+序列
6 索引便宜
7 len(seqence) 函数
8 for 迭代
标签:class end 通过 访问 for not 并且 span 基本
原文地址:https://www.cnblogs.com/potatogavin/p/11108281.html