Skip to navigation
Loop a list and get it index with pthon
07.07.14
for i in range(len(my_list)): print "key" + str(i) + "\t" str(my_list[i]) loop a list and get it index
http://www.diveintopython.net/file_handling/for_loops.html
Reply
Anonymous
Information Epoch 1740355362
When in doubt, use brute force.
Home
Notebook
Contact us