Learn Before
Relation
extend ( iterable )
The built-in function extend will add elements from another list or an iterable at the end of current list.

0
1
Updated 2021-05-12
Tags
Python Programming Language
Data Science
extend ( iterable )
The built-in function extend will add elements from another list or an iterable at the end of current list.

0
1
Tags
Python Programming Language
Data Science