No Idea!

  • + 0 comments

    But the for and the sum are two separate loops.

    	h = 0
    	for i in sc_ar:
    		h += ((i in A) - (i in B))
    	print(h)