launcher remove input

This commit is contained in:
Thefeli73 2020-10-07 13:41:44 +02:00
parent 00b96b09c3
commit 68cceee9fa

View File

@ -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__':