1
0
Fork 0

remove trailing whitespaces etc

This commit is contained in:
Lili (Tlapka) 2021-03-18 14:25:12 +01:00
parent 91eb876a83
commit b02028036f
1 changed files with 16 additions and 16 deletions

View File

@ -204,7 +204,7 @@ class Game:
if (not self.game_in_progress and not self.game_finished):
print("Game is not yet started.")
else:
if (self.game_in_progress): #in progress implies not finished
if (self.game_in_progress): # in progress implies not finished
if (self.branch):
print("Game in progress. Level:{} Branch:{}".format(self.level, self.branch))
else: