extend() function is used to add multiple list items in a list.
True
Reason — The extend() method adds one list at the end of another list. In other words, all the items of a list are added at the end of an already created list.
extend()