mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 20:10:15 -08:00
fixed unused variable error on line 41
This commit is contained in:
@@ -38,7 +38,7 @@ def setup_board() -> None:
|
||||
for b in range(1, 3):
|
||||
p1 = 3 if b != 2 else 30
|
||||
print("\nPLAYER {} - 3 LIVE PIECES.".format(b))
|
||||
for k1 in range(1, 4):
|
||||
for _ in range(1, 4):
|
||||
query_player(b)
|
||||
gn[gx[b]][gy[b]] = p1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user