Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 4, 2019 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f9b168f19329e70b560b147dc71d1317 to your computer and use it in GitHub Desktop.
Save parzibyte/f9b168f19329e70b560b147dc71d1317 to your computer and use it in GitHub Desktop.
# Probamos con algunos correos
correos = [
"hola@", "contacto@parzibyte.me", "staff@hotmail.com",
"juan.perez@sitio.com", "maggie@outlook.com", "parzibyte@gmail.com", "asd",
"luis@gmail@hotmail.com"
]
for correo in correos:
print("Probando si '{}' es válido...{}".format(correo,
es_correo_valido(correo)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment