Computer Science, asked by gurleen200578, 6 months ago

6. What is the use of append method?​

Answers

Answered by Anonymous
9

\huge❥\red{\underline{{\bf  AnSwEr:- }}}

✍️Append() is a method that allows us to append an item to a list, that is., we can insert an element at the end of the list. It is a built-in method in python. It is one of the methods along with the extend() method which can modify a list.

Similar questions