mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 15:16:33 -08:00
Formatted the output texts to follow a more modern style
This commit is contained in:
@@ -76,7 +76,7 @@ def run():
|
||||
print(f"You took {int(time + random())} seconds.")
|
||||
return
|
||||
else:
|
||||
print("You made it!")
|
||||
print("You made it!")
|
||||
time += 1.5
|
||||
else:
|
||||
match opt:
|
||||
|
||||
Reference in New Issue
Block a user