What is the difference between Python’s list methods append and extend?

What’s the difference between the list methods append() and extend()?

20

Leave a Comment