What is the difference between Python's list methods append and extend?
Asked 07 September, 2021
Viewed 1.3K times
  • 50
Votes

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

20 Answer