Untitled
unknown
python
4 years ago
217 B
27
Indexable
amount = 0 compare1,compare2 = [],[] for i in des_res: compare1 += i for i in test_res: compare2 += i for i in range(np.size(compare1)): if compare1[0:] == compare2[0:]: amount += 1
Editor is loading...