del removes an item from a list : Del : Buildin Function PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Function » Del »

 

del removes an item from a list


a = [-1163427]
del a[0]
print a
del a[2:4]
print a



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Function
» Del