How can I reach the k+1 object in this loop?
Is there a way in python like in java or c like for(i=0;...)
?
for k in data:
k+1
How can I reach the k+1 object in this loop?
Is there a way in python like in java or c like for(i=0;...)
?
for k in data:
k+1