+1 vote
in Class 12 by kratos

What are default arguments?

1 Answer

+6 votes
by kratos
 
Best answer

Python allowes function arguments to have default values; if the function is called without the argument, the argument gets its default value.

...