From 1da3be1891fe820a157c6707ca082ccdc8ec2e20 Mon Sep 17 00:00:00 2001 From: vivek kp Date: Mon, 14 Oct 2019 20:16:47 +0530 Subject: [PATCH] Edited the console --- play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.py b/play.py index a889d21..7b04881 100644 --- a/play.py +++ b/play.py @@ -100,7 +100,7 @@ def print_scores(scores,method): if __name__ == '__main__': while True: - a = raw_input("Wait for the next question and press Enter key instantly when it's displayed\n") + a = raw_input("Wait for the next question and press enter key instantly when it's displayed\n") take_screenshot() split_screen_to_question_and_options() image_filenames = ['question.png','1.png','2.png','3.png']