In what cases would you use append instead of insert? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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