Respuesta :

Answer:

I'm guessing you meant, "how to add something to the end of the list python", so here's my answer:

.append()

.extend

Those are both ways to add an element to the end of the list, but I use append more.

Explanation: