Answers for "what does list.extend do in python"

-1

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.
Posted by: Guest on November-09-2020

Code answers related to "what does list.extend do in python"

Python Answers by Framework

Browse Popular Code Answers by Language