File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,15 @@ sudoku_board = [
3131]
3232```
3333> Note: Invalid shapes or values will raise an exception.
34+ >
3435> Note: All functions are written defensively and will raise informative exceptions
3536 when invalid input is detected.
3637
3738There are other Python packages that provide similar functionality. Here are some examples:
3839- ` sudoku_py ` : https://github.com/aurbano/sudoku_py
3940- ` CodeWars-Python ` : https://github.com/Peter-Liang/CodeWars-Python/blob/master/solutions/Validate_Sudoku_with_size_NxN.py
4041
41- Note: this package is a work in progress and might contain example code that is not used in the final product.
42+ > Note: this package is a work in progress and might contain example code that is not used in the final product.
4243
4344## Contributors
4445
You can’t perform that action at this time.
0 commit comments