Good progress! But we want players to guess more than once, right? For that, we'll use a boolean that tells us if the game is finished.

Below creating right and above creating guess, make a finished variable that you set to False.