Nate
0
Q:

Compare the Triplets

//leveraging True and False into increments
for a, b in zip(alice, bob):
    score[0] += a > b
    score[1] += a < b
0

New to Communities?

Join the community