Insert item at index : Insert : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Insert »

 

Insert item at index


list1 = ["One""Two""Three"]
list2 = ["Five""Six"]

list1.insert(2"Two 1/2")
print list1



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Insert