victorozoh / atm_controller

Repository from Github https://github.comvictorozoh/atm_controllerRepository from Github https://github.comvictorozoh/atm_controller

atm_controller

Clone this Repo into your terminal using the command

git clone git@github.com:victorozoh/atm_controller.git

There is a single Python file named controller.py. Make the file executable using the command

chmod a+x controller.py

Run the file using the command

python3 controller.py

Explanation

  • There are 3 primary classes(Bank, BaseAccount and Controller)
  • The Bank class has an class while the Controller class has a Bank Class. This follows our intuition
  • There are a few tests run in the Main section of the program to view the implementation of the Classes.

About


Languages

Language:Python 100.0%