List : Append a List

Опубликовано: 02 Июнь 2026
на канале: Programming with Sikander
240
11

This video is a part of series covering Interview Question on Python.

This video explains about append method of list. It demonstrates what happens if we pass list as an argument to append method. Does it copy the elements or will it refer to another list.