ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Concatenation is also same as extend () method
Precise,clear and understandable
Wonderfully explained...you just earned a subscriber 🎉🎉🎉
Crystals clear explanation sir thank you so much sir
wowwww what a explaination, Thnak you sir
my_list = [[1, 2, 3], ['a', 'b''], 5, 6]list2 = ['E', 'R']my_list[1].extend(list2)print(my_list)OUTPUT:[[1, 2, 3], ['a', 'b', 'E', 'R'], 5, 6]
Great explanation 🙂
Excellence lecture sir
Osm explanation anna❤
🐍 Python learning is a Fun here
how to addlist1=[1,2,3]list2=['js','python','c+']expected output: list1=[ [1,2,3], [ 'js', 'python', 'c+' ] ]
Nice
print([1][1])
Concatenation is also same as extend () method
Precise,clear and understandable
Wonderfully explained...you just earned a subscriber 🎉🎉🎉
Crystals clear explanation sir thank you so much sir
wowwww what a explaination, Thnak you sir
my_list = [[1, 2, 3], ['a', 'b''], 5, 6]
list2 = ['E', 'R']
my_list[1].extend(list2)
print(my_list)
OUTPUT:
[[1, 2, 3], ['a', 'b', 'E', 'R'], 5, 6]
Great explanation 🙂
Excellence lecture sir
Osm explanation anna❤
🐍 Python learning is a Fun here
how to add
list1=[1,2,3]
list2=['js','python','c+']
expected output: list1=[ [1,2,3], [ 'js', 'python', 'c+' ] ]
Nice
print([1][1])