mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Use NamedTuple; Fix camelCase->snake_case
This commit is contained in:
@@ -43,8 +43,8 @@ def play_game() -> None:
|
||||
print("GOOD JOB !!!!!")
|
||||
|
||||
if BELLS_ON_SUCCESS:
|
||||
bellStr = chr(7) * 15
|
||||
print(bellStr)
|
||||
bell_str = chr(7) * 15
|
||||
print(bell_str)
|
||||
|
||||
print()
|
||||
print("LET'S PLAY AGAIN.....")
|
||||
|
||||
Reference in New Issue
Block a user