launcher remove input
This commit is contained in:
parent
00b96b09c3
commit
68cceee9fa
@ -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__':
|
||||
|
Reference in New Issue
Block a user