KwickClips Python · 41 sec · free
What happens if qty is missing?
Short answer. It uses the default, 1.
Does order matter with keyword arguments?
No. They match by name.
Remember
| Positional: by order |
| Default: used if missing |
| Keyword: name=value |
One function, three ways to call it. Positional values match by order, so three teas. Qty defaults to one when missing. Keyword values use names, in any order. Positional, by order. Default, if missing. Keyword, by name.
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
Are parameters and arguments the same?39 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.

