Computer Science, asked by surajkrishnas90, 1 month ago

Which of the following add methods is used to add an element to the end of the list?​

Answers

Answered by taehyung24
1

Answer:

append

append() and . extend() Methods. You can add elements to a list using the append method. The append() method adds a single element towards the end of a list

Similar questions