0

What is "append " in python

12th Sep 2023, 2:11 PM
Idiot 111
Idiot 111 - avatar
1 Antwort
+ 8
Royal Beast , var_name.append(...) can be used to add 1 new element at a time to an existing list. > you can find more about it in the `introduction to python` tutorial. please read and learn from there.
12th Sep 2023, 2:16 PM
Lothar
Lothar - avatar