- This is my very first python project.
- I have emulated a simple banking system.
- It inputs account number and checks its validity.
- It creates a new account for the given account if the account number is not present in the dictionary.
- It stores Name,Branch,Account Number and Balance.
- It displays account details of the given account number.
- It allows user to either deposit or withdraw money from the account.