be nince
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-09-11 00:49:24 +02:00
parent d17d586f66
commit 85bb175931
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ def avg(ls: list) -> int:
def decision(h1, h2):
if 1 not in h2:
return 0
if avg(h2) > 0.51:
return 1
else: