The insert method is used to insert an object into a list : Insert : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Insert »

 

The insert method is used to insert an object into a list


numbers = [123567]
numbers.insert(3'four')
print numbers



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Insert