Home »
Python »
Python List MCQs
What does extends() method do?
22. What does extends() method do?
- Extend method helps you to insert the element from the starting of the list
- Extend method helps you to insert the element at the end of the list
- Extend methods helps you to insert the element anywhere we want
Answer: B) Extend method helps you to insert the element at the end of the list.
Explanation:
Extend method helps you to insert the element at the end of the list.