Difference Between Python list extend and append methods

Difference Between Python list extend and append methods

ModernPython

2 года назад

6 Просмотров

Append acts very differently in the Python language, it adds everything passed in as a single element to the list. Extend adds each element individually to the original list.
Ссылки и html тэги не поддерживаются


Комментарии: