86.1k views
6 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 Maqueda
by
3.8k points

2 Answers

4 votes

Answer:

b.c.a

Step-by-step explanation:

on edge

User Eugene Kliuchnikov
by
4.1k points
6 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 Savad
by
5.3k points