diff --git a/8balls-magic.py b/8balls-magic.py index 956c2cc..5781b43 100644 --- a/8balls-magic.py +++ b/8balls-magic.py @@ -9,7 +9,7 @@ answers = random.randint(1,8) - if question == "": + if not question: sys.exit() elif answers == 1: