In every round, we'll print underscores for letters that players haven't guessed yet.

Remove the print() statement. Then use the len() function to count the number of letters in word and store that value in a variable called length.