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