fogolydilemma/strat/main.py
Torma Kristóf 524aedabd5
All checks were successful
continuous-integration/drone/push Build is passing
retaliate
2020-09-11 01:53:13 +02:00

11 lines
125 B
Python

# Y8O353, E0HJQL
import numpy as np
def decision(h1, h2):
if 1 in h2[:4]:
return 1
else:
return 0