From 02c5c9b61117a98d5851a88f0a7509d6f2ea4eb7 Mon Sep 17 00:00:00 2001 From: TiffanyCowman <61311153+TiffanyCowman@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:27:51 +0000 Subject: [PATCH] Update The Grail.py --- The Grail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The Grail.py b/The Grail.py index 03126a2..2f7a368 100644 --- a/The Grail.py +++ b/The Grail.py @@ -3,7 +3,7 @@ import random count = 0 -print("You must choose. But choose wisely. For as the True Grail will bring you life -- the False Grail will take it from you.") +print("You must choose! But choose wisely. For as the True Grail will bring you life -- the False Grail will take it from you.") while True: selection = random.randint(5,10) userinpt = selection + 1