# return sends the result back from the function to where it was called. # Task 1: Create a function called multiply_numbers # It should multiply two numbers and return the answer.