@@ -25,4 +25,9 @@ for p in pairs:
if (set_a.issubset(set_b) or set_b.issubset(set_a)):
tot1 += 1
print("First answer: " + tot1)
if (set_a.intersection(set_b)):
tot2 += 1
print("First answer: " + str(tot1))
print("Second answer: " + str(tot2))
The note is not visible to the blocked user.