From 10af3318d66d7314c0b49023447f0970b716a140 Mon Sep 17 00:00:00 2001 From: Gabry Date: Thu, 24 Feb 2022 19:35:40 +0100 Subject: [PATCH] Formatted the output texts to follow a more modern style --- 79_Slalom/python/slalom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/79_Slalom/python/slalom.py b/79_Slalom/python/slalom.py index 44ce0fde..a764e84a 100644 --- a/79_Slalom/python/slalom.py +++ b/79_Slalom/python/slalom.py @@ -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: