Deleting Elements : Delete : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Delete »

 

Deleting Elements


names = ['A''B''C''D''E']
del names[2]
print names



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Delete