Negative List Indices : Index : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Index »

 

Negative List Indices


li = ["a""b""c""z""example"]      
print li 
print li[-1]                                    
print li[-3]



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Index