diff --git a/solver (text).py b/solver (text).py index 8032236..86782f6 100644 --- a/solver (text).py +++ b/solver (text).py @@ -88,3 +88,4 @@ def print_board(bo): else: print(str(bo[i][j]) + " ", end="") +output?