Which method adds an element to the end of a list?

Explanation:

append() adds a single element at the end of a list.

Explore more in Computer Science: