KwickClips Python · 39 sec · free
Are parameters and arguments the same?
Short answer. No. Parameters are in the def line; arguments are in the call.
In recharge(199), what is 199?
The argument.
Remember
| Parameter: name in the def line |
| Argument: value in the call |
Parameter and argument. Are they the same? No. Amount, in the def line, is the parameter, an empty box. One ninety nine, in the call, is the argument filling it. Parameter, the def line name. Argument, the value in the call.
This clip is from the full lesson: Function Arguments: Positional, Default and Keyword Parameters — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 12 Computer Science (083), Programming All levels Python
More KwickClips from this lesson
What happens if qty is missing?41 sec
Why is fee(amt=9, 1) an error?40 sec
Why does the old item stay in a list default?42 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

