Course Content
Crafting a Classic Hangman Game
Crafting a Classic Hangman Game
Final Step
Integrating Everything
Fantastic! Now, it's time to structure the main function to incorporate all the functions we've developed previously.
Task
Swipe to begin your solution
- Invoke the
load_words
function to initialize theword_list
variable. - Determine the
gameword
by using thechoose_random_word
function. - Execute the
hangman
function.
Solution
Mark tasks as Completed
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 9
AVAILABLE TO ULTIMATE ONLY