The append method is used to append an object to the end of a list : Append : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Append »

 

The append method is used to append an object to the end of a list


lst = [123]
lst.append(4)
print lst



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Append