KwickClips Python · 37 sec · free
How does withdraw stop overdrawing?
Short answer. It subtracts only if the amount is less than or equal to the balance.
What does deposit do?
It adds the amount to bal.
The Account class
| Part | Name | Job |
|---|---|---|
| Attribute | bal | stores money |
| Method | deposit | adds money |
| Method | withdraw | checks first |
Remember
| Check the balance first |
| Then subtract the amount |
Can your account class block overdrawing? The Account class, in three parts. The attribute bal is the balance. Deposit adds money. Withdraw checks the amount fits the balance. Check the balance first. Then subtract the amount.
This clip is from the full lesson: Object Oriented Python: Classes, Objects and __init__ — 8 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, Programming All levels Python, Programming All levels Python
More KwickClips from this lesson
What is a class?41 sec
What is self?40 sec
Why does aman.marks have no brackets?37 sec
What is __str__ used for?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.

