📌  相关文章
📜  第一个和最后一个索引 python - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:09.727000             🧑  作者: Mango

代码示例1
l = [1,2,3,4,5]
l[::len(l)-1]