Update check_sudoku_board.py

This commit is contained in:
marina 2023-08-07 17:05:44 -07:00 committed by GitHub
parent 3215e25e12
commit 5d9313dd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,3 +51,4 @@ def is_valid_sudoku(board) -> bool:
boxes[index].add(val)
return True