Konu
Python Yardım 5sn
02-05-2020, 03:23:56
#3
osawashere
a = [1, 2, 3, 4, 5,6,7]
b = [9, 8, 7, 6, 5]
sonuc = set(a) & set(b)