<Apti
Code
/>
Back
Question 423: Which method is used to add elements from one list to another in Python?
tcs
wipro
infosys
general
aptitude
lists
python-programming
Theextend()method is used to add elements from one list to the end of another list.
concat()
merge()
extend()
append()
Submit Answer
Show Answer
Previous
Next