267,614 views
41 votes
41 votes
Using the drop-down menu, complete these sentences about arguments.

The (required argument, keyword argument, default argument) identifies the argument by parameter name.
The (required argument, keyword argument, default argument) does not need to be specified in the function.
A (required argument, keyword argument, default argument) is passed to a function in the correct positional order.

User Veselin Vasilev
by
2.3k points

2 Answers

7 votes
7 votes

Answer:

b.c.a

Step-by-step explanation:

on edge

User Topher Fangio
by
2.5k points
27 votes
27 votes

The keyword argument identifies the argument by parameter name.

The default argument does not need to be specified in the function.

A required argument is passed to a function in the correct positional order.

Hope that helps!

User Cowlicks
by
3.1k points