launcher exiter
This commit is contained in:
parent
1bb5ba898d
commit
5180e293d7
@ -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")
|
Reference in New Issue
Block a user