You are viewing a single comment's thread. Return to all comments →
But the for and the sum are two separate loops.
for
sum
h = 0 for i in sc_ar: h += ((i in A) - (i in B)) print(h)
Seems like cookies are disabled on this browser, please enable them to open this website
No Idea!
You are viewing a single comment's thread. Return to all comments →
But the
for
and thesum
are two separate loops.