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...
The Tech Platform
Oct 18, 2021
Append in Python
Importance of Append When choosing a collection type, it is useful to understand the properties of each type and choosing the most...
bottom of page