launcher exiter

This commit is contained in:
Thefeli73 2020-10-06 12:16:19 +02:00
parent 1bb5ba898d
commit 5180e293d7

View File

@ -4,4 +4,5 @@ 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]))
print("Game " + result[0] + " had a score of: " + str(result[1]))
input("Press Enter to exit")