Print Full Name

# Introduction In this lab, you need to write a function named `full_name()` that takes two arguments, `first_name` and `last_name`, and prints the full name with a space in between, then call this function with user-inputted values for `first_name` and `last_name`.

|60 : 00

Click the virtual machine below to start practicing