Functions Exercise 2 Expand on functions exercise 1. Create a list with three numbers. Use *args to call the function. Create a dictionary that has three keys of x, y, and z. Call the functions using **kwargs.