While the content is timeless, the "2020" label suggests specific context:
def build_profile(first, last, **kwargs): profile = {"first_name": first, "last_name": last} profile.update(kwargs) return profile While the content is timeless, the "2020" label
Write a function build_profile that accepts a first name, last name, and arbitrary keyword arguments ( **kwargs ). Return a dictionary with all the information. While the content is timeless
This course is perfect for:
Ideal for self-starters who want a structured path from beginner to proficient coder without the pressure of a university semester schedule. **kwargs): profile = {"first_name": first