TP3 Python 24 - 25
TP3 Python 24 - 25
II. TASKS:
PART I: Using classes, objects and methods
5. Create an instance of the BankAccount class and test the methods by depositing and
withdrawing funds, checking the balance, and displaying the account information.
Book
Main Program
Test thoroughly your program by creating different objects and testing the methods in
order to ensure proper functionality of the system.