Final Step
Integrating Everything
Fantastic! Now, it's time to structure the main function to incorporate all the functions we've developed previously.
Tâche
Swipe to start coding
- 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
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 9
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 11.11
Final Step
Integrating Everything
Fantastic! Now, it's time to structure the main function to incorporate all the functions we've developed previously.
Tâche
Swipe to start coding
- 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
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 9