可能重複:
Python - Previous and next values inside a loop
python for loop, how to find next value(object)?Python列表:如何在使用循環時讀取前一個元素?
嗨,大家好。
我有一個包含很多元素的列表,我使用for循環迭代列表。 例如
li = [2,31,321,41,3423,4,234,24,32,42,3,24,,31,123]
for (i in li):
print i
但我想我的前一個元素,如何做到這一點?
我不必使用for循環,所以請隨時在這裏更改任何內容。謝謝!
[some](http://stackoverflow.com/questions/323750/how-to-access-previous-next-element-while-for-looping)[other](http://stackoverflow.com/questions/ 1281752/access-elements-with-offsetsets-in-pythons-for-in-loops)[鏈接](http://stackoverflow.com/questions/522563/accessing-the-index-in-python-for-loops) – aaronasterling 2010-10-23 05:33:07
可能重複[python for循環,如何找到下一個值(對象)?](http://stackoverflow.com/questions/3929039/python-for-loop-how-to-find-next-valueobject/3929075# 3929075) – 2010-10-23 05:54:02