Skip to content

Instantly share code, notes, and snippets.

@Haylin-chama
Created October 16, 2014 13:18
Show Gist options
  • Save Haylin-chama/c22f422594560f854b57 to your computer and use it in GitHub Desktop.
Save Haylin-chama/c22f422594560f854b57 to your computer and use it in GitHub Desktop.
Coso feo fome
def Validar(a):
a=False
def Maestro():
archivo=open("Maestro","a")
rut=raw_input("Rut: ")
Nombre=raw_input("Nombre: ")
Direccion=raw_input("Direccion: ")
Genero=raw_input("Genero: ")
Nacionalidad=raw_input("Nacionalidad: ")
EC=raw_input("Estado Civil: ")
Edad=raw_input("Edad: ")
def Mujeres():
arc=open("Maestro.txt","r")
hivo=open("Mujeres.txt","r")
for linea in arc:
Dato=linea.split("-")
if Dato[3]=="F":
registro=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment