mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-29 06:05:36 -08:00
Python: Fix code style issues
This commit is contained in:
@@ -32,7 +32,6 @@ def get_yes_or_no():
|
||||
def ask_enjoy_question(user_name):
|
||||
print(f"HI THERE, {user_name}, ARE YOU ENJOYING YOURSELF HERE?")
|
||||
|
||||
has_answer = False
|
||||
while True:
|
||||
valid, value, msg = get_yes_or_no()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user