Skip to content

Commit

Permalink
o
Browse files Browse the repository at this point in the history
  • Loading branch information
lezyonish committed Jan 18, 2025
1 parent f0e3af6 commit bd36cc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homework02/sudoku.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ def generate_sudoku(N: int) -> tp.List[tp.List[str]]:
print(f"Puzzle {fname} can't be solved")
else:
display(solution)

0 comments on commit bd36cc1

Please sign in to comment.