sudoku: use a dot for missing numbers
This commit is contained in:
parent
a1bd9f4215
commit
2172b8e7b7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def print_puzzle(clear=True):
|
||||||
if element != 0:
|
if element != 0:
|
||||||
print(element, end=' ')
|
print(element, end=' ')
|
||||||
else:
|
else:
|
||||||
print('_', end=' ')
|
print('‧', end=' ')
|
||||||
print()
|
print()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue