Using extend() method add a list t1 and the end of list t2.
Answers
Answered by
0
t1 = [1,2,3]
t2 = [4,5]
t1.extend(t2)
#print(t1)
Hope it Helped
Similar questions
Social Sciences,
2 months ago
Physics,
2 months ago
English,
2 months ago
Science,
5 months ago
Physics,
11 months ago
English,
11 months ago
Social Sciences,
11 months ago