Respuesta :
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!
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!