@@ -8,7 +8,7 @@ def avg(ls: list) -> int:
def decision(h1: list, h2: list) -> int:
if avg(h2[:4]) >= 0.05:
if avg(h2[:4]) >= 0.5:
return 1
else:
return 0
The note is not visible to the blocked user.