Iterating by Sequence Index : Loop through : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Loop through »

 

Iterating by Sequence Index


nameList = ['A'"B"'C''D''E']
for nameIndex in range(len(nameList)):
     print "Liu,", nameList[nameIndex]



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo List
» Loop through