Skip to content

Rabinxt/Bank_management_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Python_Learn

#Bank management system

Project: Bank Account Management System

Requirements:

Account Class:

Attributes:

account_number: Unique number for each account.

account_holder: Name of the account holder.

balance: Balance of the account.

Methods:

deposit(amount): Adds a certain amount to the balance.

withdraw(amount): Deducts a certain amount from the balance (but only if there's enough balance).

display_balance(): Displays the current balance.

transfer(amount, another_account): Transfers a certain amount to another account.

Operations:

Create a new account.

Deposit money.

Withdraw money.

Check balance.

Transfer money to another account.

About

Bank Management System in Python .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages