🏦 ATM Simulation in Python
This project is a simple ATM (Automated Teller Machine) simulation built using Python. It allows users to:
💰 Deposit money
💸 Withdraw money (with balance checks)
📊 Check account balance
The starting balance is 10,000 units, and users can perform multiple transactions in a session.