KwickClips Python · 43 sec · free
Does the def line run the function?
Short answer. No. It is only saved.
What does a call do?
It jumps into the function and back at the end.
Remember
| def is saved, not run |
| A call jumps in |
| At the end, it jumps back |
The def is on top. Does it run first? No. Python only saves the def. It prints A first. Then the call tea jumps in and prints B. Then it jumps back. A def is saved, not run. A call jumps in. At the end, it jumps back.
This clip is from the full lesson: User-defined Functions: Defining, Calling and Returning Values — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 10 Information Technology (402), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083)
More KwickClips from this lesson
What is reuse?43 sec
Why does square root need import?41 sec
Can a Python function return two values?44 sec
What does si(10000, 5, 2) return?39 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.

