Accessing a List : Index : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Index »

 

Accessing a List


numList = [1,2,3]

for x in numList:
    print x+1

stringList = ['1','2','3']

print stringList[0' ' + stringList[1' ' + stringList[2]
print stringList[-2]



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Index