optional arguments to functions
Define a function which
- takes 2 required arguments and 2 optional arguments.
- Prints each of its arguments
Call the function with 2 non-integer arguments at least once
Call the function with 3 arguments, not all of them integers, at least once
Call the function with 4 arguments at least once