Skip to content

Instantly share code, notes, and snippets.

View HPE-e-DEV's full-sized avatar

HPE División Empresarial de Ing. Blockchain HPE-e-DEV

View GitHub Profile
@RIENEGAN
RIENEGAN / ATM-MAIN.PY
Created April 23, 2017 14:25
SIMULADOR ATM EN PYTHON
def Validar_Usuario():
Validar_Tarjeta=input("Ingrese Los 16 Digitos De Su Tarjeta :")
Nick=input("Digite Su NICK :")
if (Validar_Tarjeta=="1111111111111111" and Nick=="1234"): #PRIMERA CUENTA
print("***********************")
print(" BIENVENIDO ALAIN ")
print("***********************")
opcion=1