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']