patch launcher
This commit is contained in:
		| @@ -1,8 +1,8 @@ | |||||||
| import main | import main | ||||||
| number_of_launches = 6 | number_of_launches = 4 | ||||||
| result_list = [] | result_list = [] | ||||||
| for i in range(number_of_launches): | for i in range(number_of_launches): | ||||||
|     result_list.append(main.main()) |     result_list.append(main.main()) | ||||||
| for result in result_list: | 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") | input("Press Enter to exit") | ||||||
		Reference in New Issue
	
	Block a user
	 Thefeli73
					Thefeli73