Solve Sudoku Problem with AI
with open("sudoku3.txt", "r") as file:
a = file.read().split("\n")
sudoku_inputs = ""
- Diğer farklı sudoku problemlerinin çözülmesi için "search.py" dosyasından text ismini değiştiriniz.
- Go to search.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solve Sudoku Problem with AI
with open("sudoku3.txt", "r") as file:
a = file.read().split("\n")
sudoku_inputs = ""