Define the by_job function, which takes a database as an argument; it returns a dictionary (dict or defaultdict) associating a job name with an inner dictionary (dict or defaultdict) of all the people who can do that job: its keys are names, each associated with the skill level for that name. For example, if db is the database above, calling by_job(db) would return a dictionary whose contents were