Skip to content

unfriendlyamendment/customer_banking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Banking

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.

Files

  • Accounts.py: Contains the Account class with methods to set balance and interest.
  • savings_account.py: Defines the create_savings_account function to handle savings accounts.
  • cd_account.py: Defines the create_cd_account function to handle CD accounts.
  • customer_banking.py: Main script that prompts the user for input and displays the results.

How to Run

  1. Clone the repository:

    git clone <repository-url>
    cd customer_banking
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages