python how to extend a function code example
Example: what is the use of extend in python
The extend() method adds the specified list elements (or any iterable) to the end of the current list.
The extend() method adds the specified list elements (or any iterable) to the end of the current list.