Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 230 Bytes

exercise2.md

File metadata and controls

8 lines (6 loc) · 230 Bytes

Functions Exercise 2

Expand on functions exercise 1.

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