Formatted the output texts to follow a more modern style

This commit is contained in:
Gabry
2022-02-24 19:35:40 +01:00
parent 74ad6e9ea7
commit 10af3318d6

View File

@@ -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: