Hello firstname lastname! You just delved into python.
Function Description:- Complete the print_full_name function in the editor below.
- print_full_name has the following parameters:
- string first: the first name
- string last: the last name
- Prints string: 'Hello firstname lastname! You just delved into python' where and are replaced with first and last.