Question: Exercise #2 Write up a Python function that will print the names of people from within a dictionary listed as follows: Dict = {first_name: John,
Exercise #2
Write up a Python function that will print the names of people from within a dictionary listed as follows: Dict = {first_name: John, last_name:Doe,}. It prints: first_name = John last_name = Doe Hint: Make use of the *kwargs special-magic feature.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
