Parallel Iteration : Index : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Index »

 

Parallel Iteration


names = ['a''b''c''d'
ages = [124532102

for i in range(len(names))
    print names[i]'is', ages[i]'years old'



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Index