top of page
Search
The Tech Platform
Oct 19, 2021
What is the Difference Between Append() and Extend() menthod of list in Python
Append() The append() method in python adds a single item to the existing list. It doesn't return a new list of items but will modify the...
bottom of page