mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-02-05 03:17:03 -08:00
Flake8 errors
This commit is contained in:
@@ -43,7 +43,7 @@ def play_game() -> None:
|
||||
|
||||
print(f"YOUR NUMBER WAS {d}, RIGHT?")
|
||||
|
||||
if response := get_yes_or_no():
|
||||
if _response := get_yes_or_no():
|
||||
print("HOW ABOUT THAT!!")
|
||||
else:
|
||||
print("I FEEL YOUR ARITHMETIC IS IN ERROR.")
|
||||
|
||||
Reference in New Issue
Block a user