top of page
Search


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 19, 2021
bottom of page