Answer:
This answer is made up of two code:
1. Checking Account. py- It consists of the Checking Account object, which stores and performs different aspects of the account.
2. driver. py- This is the code that initializes and maintains the object. It can also print the balance, name of the account holder, address of the account. It can also do debit and credit operations on the go.
Please look at attachment for code and output screenshot.