Código
opc = input ("Presione: \n1.- Leer..."); if opc==1: leer() elif opc==2: . . . def leer(): N = input ("Introduzca..."); . . .
Alguien tiene idea de que estoy haciendo mal?

|
|||
Tema destacado: Recopilación Tutoriales y Manuales Hacking, Seguridad, Privacidad, Hardware, etc |
|
|