Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Hints 2/2 | Hints
Beginner Final Project: Hangman

Sveip for å vise menyen

book
Hints 2/2

The function we are going to implement doesn't work without the function from the previous step. The hints_match function has been already implemeneted in the code.

The second hint function is named show_possible_matches, and shows the word from the file (word_from_list) if this word matches the current state of the gameword.

Oppgave

Swipe to start coding

  1. Set the show_possible_matches function using the word_to_match as an argument.
  2. Set for loop to work with the elements of the test_word_list.
  3. If the hints_match is True, append an element to the possible_matches list.
  4. Set condition if the possible_matches list is empty.
  5. Test the function using the test_word_to_match list.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 3

Spør AI

expand
ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

book
Hints 2/2

The function we are going to implement doesn't work without the function from the previous step. The hints_match function has been already implemeneted in the code.

The second hint function is named show_possible_matches, and shows the word from the file (word_from_list) if this word matches the current state of the gameword.

Oppgave

Swipe to start coding

  1. Set the show_possible_matches function using the word_to_match as an argument.
  2. Set for loop to work with the elements of the test_word_list.
  3. If the hints_match is True, append an element to the possible_matches list.
  4. Set condition if the possible_matches list is empty.
  5. Test the function using the test_word_to_match list.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 2. Kapittel 3
Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Vi beklager at noe gikk galt. Hva skjedde?
some-alt