Indexing : Index : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Index »

 

Indexing


# All elements in a sequence are numbered-from zero and upwards. 

# A string is just a sequence of characters. 
# The index refers to the first element, in this case the letter H. 

greeting = 'Hello'
print greeting[0]



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Index