2016-04-07 30 views

cevap

0
a = [1,3,4,7,8,10] 
b = [1,1,0,0,0,1] 

print([a[ii] for ii in range(len(b)) if b[ii] == 1])