This project simulates simple banking operations for savings and CD (Certificate of Deposit) accounts. It calculates the interest earned and updates the account balances based on user input.
- Accounts.py: Contains the
Accountclass with methods to set balance and interest. - savings_account.py: Defines the
create_savings_accountfunction to handle savings accounts. - cd_account.py: Defines the
create_cd_accountfunction to handle CD accounts. - customer_banking.py: Main script that prompts the user for input and displays the results.
-
Clone the repository:
git clone <repository-url> cd customer_banking