From d3a4849fd16690dc14b519ce2bba1c4a097de91c Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Wed, 7 Oct 2020 00:43:39 +0200 Subject: [PATCH] patch launcher --- launcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher.py b/launcher.py index 23d6915..806528a 100644 --- a/launcher.py +++ b/launcher.py @@ -1,8 +1,8 @@ import main -number_of_launches = 6 +number_of_launches = 4 result_list = [] for i in range(number_of_launches): result_list.append(main.main()) for result in result_list: print("Game " + result[0] + " had a score of: " + str(result[1])) - input("Press Enter to exit") \ No newline at end of file +input("Press Enter to exit") \ No newline at end of file