Answers for "list expand"

-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

Python Answers by Framework

Browse Popular Code Answers by Language