Python Interview Questions in Tamil | Solve Python Programs | Merging List Without Duplicate

preview_player
Показать описание
Python Interview Questions in Tamil | Solve Python Programs | Merging List Without Duplicate

Join this channel to get access to perks:












__________________________________________________
like our face book page..
--------------------------------------------------------------------------------
send request our channel official facebookprofile...
---------------------------------------------------------------------------------

#santratechspot #python #programming
Рекомендации по теме
Комментарии
Автор

a=[10, 10, 20, 30, 40, 20, 30]
b=[10, 20, 30, 40, 50, 60]
b.remove(10)
b.remove(20)
b.remove(30)
b.remove(40)
c=(a+b)
print(c)

tamilmoviesclip
Автор

Useful video bro kivy tutorial continue pannunga bro

SANTHOSHKUMARBBCA
Автор

l1 = [10, 10, 20, 30, 40]
l2 =[10, 20, 40, 50, 60]
l3 = []
for i in l1:
l3.append(i)
for j in l2:
if j not in l3:
l3.append(j)
print(l3)

ajithkumar-ncym
Автор

hi bro,
python developers fresher job openings iruntha post pannunga

ajithkumar-ncym