mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-26 20:54:07 -08:00
Python: Fix Flake8 issue E712 + PEP8 variable naming
This commit is contained in:
@@ -214,7 +214,7 @@ while True:
|
||||
death = True
|
||||
break
|
||||
|
||||
if death == True:
|
||||
if death:
|
||||
break
|
||||
# 1310
|
||||
print_n_newlines(3)
|
||||
|
||||
Reference in New Issue
Block a user