Python Programming - Lists - Discussion

Discussion Forum : Lists - General Questions (Q.No. 2)
2.
Which method is used to add elements from one list to another in Python?
concat()
merge()
extend()
append()
Answer: Option
Explanation:
The extend() method is used to add elements from one list to the end of another list.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.