This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |