This commit is contained in:
youngyangyang04
2021-10-26 12:23:03 +08:00
parent 04ab9ec894
commit 1d5ec1aed1
2 changed files with 6 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ class Solution {
```
### Python
```python3
```python
class Solution:
def solveSudoku(self, board: List[List[str]]) -> None:
"""