In what cases would you use append instead of insert? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

In what cases would you use append instead of insert?

27th Jul 2016, 6:57 AM
Dolph In (Dolphin)
Dolph In (Dolphin) - avatar
2 Réponses
+ 4
if you want to add a value to do end of the list
27th Jul 2016, 8:48 AM
Jedidiah Oladele
Jedidiah Oladele - avatar
+ 2
append - when you need to attach it to the end of list insert - to insert in a particular position
28th Jul 2016, 8:01 AM
Prashant Shahi
Prashant Shahi - avatar