Iterating by Sequence Item : Loop through : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Loop through »

 

Iterating by Sequence Item


nameList = ['A'"B"'C''D']
for eachName in nameList:
     print eachName, "Lim"



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Loop through