Variable Keyword Arguments: Full Name

# Introduction In this lab, we are tasked with creating a function named `full_name()` that takes a variable number of keyword arguments, printing them inside the function, and then calling the function with two string inputs assigned to variables `first` and `last`.

|60 : 00

Click the virtual machine below to start practicing