Consider two lists and perform one to one concatenation of the elements and concatenation of all
the elements in python
Answers
Answered by
3
Answer:
To concatenate a list of integers an empty list is created as newlist = []. The extend method() adds all the elements of the list till the end. To concatenate the list on integers “+” is used. The print(newlist) is used to get the output.
Explanation:
hope the answer helpfull for you please mark me as brainlist
Answered by
0
Explanation:
Attention geek! Strengthen your foundations with the Python Programming Foundation Course and learn the basics.
To begin with, your interview preparations Enhance your Data Structures concepts with the Python DS Course. And to begin with your Machine Learning Journey, join the Machine Learning - Basic Level Course
Similar questions