From 48629b942993ca9125c69108320df2414a5aaac0 Mon Sep 17 00:00:00 2001 From: Sapnasia Date: Fri, 21 Feb 2020 10:37:11 +0000 Subject: [PATCH] Update The Grail.py --- The Grail.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/The Grail.py b/The Grail.py index 03126a2..3a9651b 100644 --- a/The Grail.py +++ b/The Grail.py @@ -9,7 +9,8 @@ userinpt = selection + 1 while userinpt == 0 or userinpt >= selection: if count == 3: - print("He's not the Messiah. He's a very naughty boy") + ## Testing comments and changes + print("The Messiah comes") time.sleep(3) sys.exit() count += 1