Answer:
D) Gaddis, Tony
Explanation:
- When you look at the function pass_it, it takes two arguments and returns these arguments with a comma between them.
- name1 and name2 variables are assigned as Gaddis and Tony.
fullname variable calls the the pass_it and gives above variables as arguments.
fullname variable (which is now equal to Gaddis, Tony) is printed.