We can use the so-called input() function get user input. Let's have the players guess a letter, shall we?

Create a guess variable and store the result of the input() function in it.