You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple ATM simulation program developed using Python. The program allows a user to set a PIN, authenticate using the PIN, and perform basic banking operations such as checking balance, depositing money, and withdrawing money. The system runs in a loop until the user chooses to exit.