Malcador360px
Results
1
comments of
Malcador360px
#Check Col for i in range(0, len(bo)): if bo[i][pos[1]] == num and pos[1] != i: return False Here is this problem - it should be pos[0] != i instead of...