@ -22,7 +22,7 @@ def calculation(path_in, path_out):
male_score = len([w for w in words if w in male])
female_score = len([w for w in words if w in female])
if male_score > female_score:
if male_score + 1 > female_score:
results.append('1')
else:
results.append('0')
The note is not visible to the blocked user.