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