コード例 #1
0
'''
import random
from atm import Atm
from card import Card
ATM = Atm()
# CARD = Card()
# print(CARD.card_id)
while True:
    ATM.atm_interface()
    print("Please Enter a number to do the operation:  ")
    operation = str(input())
    if operation == "1":
        ATM.open_account()

    elif operation == "2":
        ATM.balance_info()

    elif operation == "3":
        ATM.deposit()

    elif operation == "4":
        ATM.open_account()

    elif operation == "5":
        ATM.open_account()

    elif operation == "6":
        ATM.open_account()

    elif operation == "7":
        ATM.open_account()