mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -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.")
|
print(f"You took {int(time + random())} seconds.")
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
print("You made it!")
|
print("You made it!")
|
||||||
time += 1.5
|
time += 1.5
|
||||||
else:
|
else:
|
||||||
match opt:
|
match opt:
|
||||||
|
|||||||
Reference in New Issue
Block a user