engichang1467 / ATM-Simulator-Python

Writing my ATM Simulator in Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATM Simulator in Python3

Writing my ATM Simulator in Python3

To run this program

python stm.py

The Welcome page is like this

Welcome to my ATM Simulator

Enter any option to be served!

1. Withdraw
2. Deposit
3. Balance

To Deposit

Please enter amount to deposit: 1000
Thank you for depositing, new balance is: $1000.

Do you want another transection?
Press 1 to proceed and 2 to exit

To Withdraw

Please enter amount to withdraw: 90
You have withdraw $90.00 and your new balance is $910.00

Do you want another transection?
Press 1 to proceed and 2 to exit

To check Balance

You bank balance is: $910.00

Do you want another transection?
Press 1 to proceed and 2 to exit

To Exit

Thanks for using our service!!! 
Have a nice day

About

Writing my ATM Simulator in Python3


Languages

Language:Python 100.0%