Knowledge check

Completed

Check your knowledge

1.

Can a function that defines arguments be called without arguments?

2.

Can a function with only keyword arguments be called without any arguments?

3.

Can a function define arguments and keyword arguments?

4.

What is the minimum number of arguments that a function can accept when you're using variable arguments?

5.

What is the syntax to declare variable arguments and variable keyword arguments?