Update
This commit is contained in:
@@ -286,7 +286,7 @@ class Solution {
|
||||
```
|
||||
|
||||
### Python
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def solveSudoku(self, board: List[List[str]]) -> None:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user