Thursday, March 30, 2017

Why Python allow function calls with wrong number of arguments?

Is there some feature, that Python offers, that requires it to delay checking the number of arguments in a function call until the code actually executes????



via Aditya

Advertisement