In this video we’ll build out a Hint function for our Word Jumble game!
Users can click a button and the letters of the word will appear, one at a time – starting with the first letter of the word.
We’ll create a simple counter to keep track of which letters have been show, and we’ll match that count against the length of the word using the len() function and an If Statement.
Add comment