Is not a Letter
What if the user input & or @? We need to 'punish' the user by decreasing number of warnings (or guesses if there are no warnings left). Only one symbol ! means that the user is asking for the hint.
We need to take into account these cases.
Swipe to start coding
- Set condition if the input is
'!'. - Print possible matches using the
show_possible_matchesfunction and theget_guessed_word(gameword, used_letters)as an argument. - Decrease the
warnings_remainingby one. - Set condition if there are less than 0 (not included) warnings.
- Decrease the
guesses_reamainingby one.
Solution
Merci pour vos commentaires !
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Résumer ce chapitre
Expliquer le code dans file
Expliquer pourquoi file ne résout pas la tâche
Génial!
Completion taux amélioré à 7.69
Is not a Letter
Glissez pour afficher le menu
What if the user input & or @? We need to 'punish' the user by decreasing number of warnings (or guesses if there are no warnings left). Only one symbol ! means that the user is asking for the hint.
We need to take into account these cases.
Swipe to start coding
- Set condition if the input is
'!'. - Print possible matches using the
show_possible_matchesfunction and theget_guessed_word(gameword, used_letters)as an argument. - Decrease the
warnings_remainingby one. - Set condition if there are less than 0 (not included) warnings.
- Decrease the
guesses_reamainingby one.
Solution
Merci pour vos commentaires !
single