Just replace your highlighted line of code with the following code:
x = int(input(f"Score for game {i + 1}: "))
This would dynamically display the game number in the prompt rather than hardcoding it to "game 1".