KnowledgeBoat Logo
|

Computer Science

The default values for parameters are considered only if no value is provided for that parameter in the function call statement.

Python Functions

1 Like

Answer

True

Reason — The default values for parameters are considered only if no value is provided for that parameter in the function call statement.

Answered By

3 Likes


Related Questions