You are viewing a single comment's thread. Return to all comments →
x = sum([10 if aa>bb else 1 if aa <bb else 0 for aa,bb in zip(a,b)]) return [x//10, x%10]
Seems like cookies are disabled on this browser, please enable them to open this website
Compare the Triplets
You are viewing a single comment's thread. Return to all comments →