From c4ba1788890618f60bcc1bb3f464bd0718f68faf Mon Sep 17 00:00:00 2001 From: tyagidevank1 <72179784+tyagidevank1@users.noreply.github.com> Date: Thu, 1 Oct 2020 07:42:44 -0700 Subject: [PATCH] Update 8balls-magic.py --- 8balls-magic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/8balls-magic.py b/8balls-magic.py index 956c2cc..b86222b 100644 --- a/8balls-magic.py +++ b/8balls-magic.py @@ -5,7 +5,7 @@ ans = True while ans: - question = raw_input("Ask the magic 8 ball a question: (press enter to quit) ") + question = raw_input("Ask to the magic 8 ball of a question: (press enter to quit) ") answers = random.randint(1,8) @@ -19,7 +19,7 @@ print "Outlook good" elif answers == 3: - print "You may rely on it" + print "You may reply on it" elif answers == 4: print "Ask again later"