@@ -2,7 +2,10 @@ import numpy as np
def avg(ls: list) -> int:
if len != 0:
return sum(ls) / len(ls)
else:
return 0
def decision(h1, h2):
The note is not visible to the blocked user.