Question 31: If ATM

Simple ATM Program 

Write a Python program that acts like a simple ATM machine.
The program should:

  • Start with an account balance of $1,000.

  • Show a menu with three options:

    1. Deposit Money – Ask the user how much they want to deposit and update the balance.

    2. Withdraw Money – Ask how much they want to withdraw, but do not allow withdrawing more than the current balance.

    3. Check Balance – Show the current account balance.

Write what you are looking for, and press enter to begin your search!