Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Updating Logic of the Function | Functions in Python
Introduction to Python(ihor)

Sveip for å vise menyen

book
Challenge: Updating Logic of the Function

Oppgave

Swipe to start coding

Update the previous function to account for situations where the entered name isn't found in the dictionary.

  • Within the function, implement an if/else statement to verify if the key exists in the dictionary.
  • If the key isn't found, display the message 'There is no information about' followed by the value of key.
  • If the key exists, continue with the steps from the previous challenge to show the individual's details.

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 6. Kapittel 10

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
Challenge: Updating Logic of the Function

Oppgave

Swipe to start coding

Update the previous function to account for situations where the entered name isn't found in the dictionary.

  • Within the function, implement an if/else statement to verify if the key exists in the dictionary.
  • If the key isn't found, display the message 'There is no information about' followed by the value of key.
  • If the key exists, continue with the steps from the previous challenge to show the individual's details.

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 6. Kapittel 10
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