Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Life Counter by TovarischZhukov
# migrated from python 2.7
def find(state,i,j):
retval=0
for k in range(3):
for l in range(3):
p1=k+i-1
p2=l+j-1
if 0<=p1
Jan. 20, 2016