Challenge: Phonebook Application
Tehtävä
Swipe to start coding
Create a simple phonebook application using a dictionary to manage contacts. Implement three functions: one to add contacts, one to search for a contact by name, and one to delete a contact by name.
- Add a contact by setting the provided name as the key and the number as the value in the dictionary.
- Search for a contact by name and return the associated number if found, or the string
"Contact not found"if the name does not exist in the dictionary. - Delete a contact by name and return
trueif the contact was deleted, orfalseif the name was not found in the dictionary.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 3
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Mahtavaa!
Completion arvosana parantunut arvoon 4.76
Challenge: Phonebook Application
Pyyhkäise näyttääksesi valikon
Tehtävä
Swipe to start coding
Create a simple phonebook application using a dictionary to manage contacts. Implement three functions: one to add contacts, one to search for a contact by name, and one to delete a contact by name.
- Add a contact by setting the provided name as the key and the number as the value in the dictionary.
- Search for a contact by name and return the associated number if found, or the string
"Contact not found"if the name does not exist in the dictionary. - Delete a contact by name and return
trueif the contact was deleted, orfalseif the name was not found in the dictionary.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 3
single