切片用None 作为索引值
str = 'abcd'
str[:None]
'abcd'
什么都不做
在对序列做迭代时,如需开头保持,可以使用None作索引
转:https://www.cnblogs.com/zhu327/archive/2012/12/05/2802990.html