This exercise will recap how to use more than one argument in a function.
Define a function called add_function that has 2 parameters x and y and adds them together.
add_function
x
y