Untitled
unknown
python
5 years ago
217 B
30
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 += 1Editor is loading...