Evaluation: 10 points total –> 4 points for each function; 2 for attaching the python file
Evaluation: 10 points total –> 4 points for each function; 2 for attaching the python file
Please attach a python file, called: FIRSTNAME_LASTNAME_DictDiscussion.py in your discussion post with the following code for both functions
1. Write a function called find_key that takes a dictionary and a key as arguments. It returns True if that key is in the dictionary and False otherwise.
EX: If given this dictionary called flavors, you would want to check if milk is a key in it. Because the only keys are candy, coffee and water, your function would return False.
flavors = {‘candy’ : [‘sweet’], ‘coffee’ : [‘bitter’, ‘sweet’], ‘water’ : [‘plain’]}
2. Write a function called get_keys that takes a dictionary and a value as arguments. It returns a list of every key that maps to the given value.
EX: With the same flavors dictionary, you would want to see what keys have the value ‘sweet’ in it. Your function would return [‘candy’, ‘coffee’] because both keys have ‘sweet’ as a value.
Collepals.com Plagiarism Free Papers
Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.
Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS
Why Hire Collepals.com writers to do your paper?
Quality- We are experienced and have access to ample research materials.
We write plagiarism Free Content
Confidential- We never share or sell your personal information to third parties.
Support-Chat with us today! We are always waiting to answer all your questions.
