From 68cceee9fa86f325e70f5d695ce35b84742ab80e Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Wed, 7 Oct 2020 13:41:44 +0200 Subject: [PATCH] launcher remove input --- launcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/launcher.py b/launcher.py index bc399f8..2f69911 100644 --- a/launcher.py +++ b/launcher.py @@ -13,7 +13,6 @@ def run_main(n): def launch(list): for result in list: print("Game " + result[0] + " had a score of: " + str(result[1])) - input("Press Enter to exit") if __name__ == '__main__':