1. 切片语法回顾 标准切片语法格式为: [start_at : stop_before : step] start_at:起始索引(包含)stop_before:结束索引(不包含)step:步长(默认为 1) 例如: lst = [1, 2,