0
What is "append " in python
1 Respuesta
+ 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.