Modifying a list : Index : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Index »

 

Modifying a list


x = [1234]
x[142                # x is now [14234]
print x



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Index