Skip to content

Instantly share code, notes, and snippets.

@psicobyte
Created August 8, 2017 10:03
Show Gist options
  • Save psicobyte/c0858079b21f915c4b29556356ee2016 to your computer and use it in GitHub Desktop.
Save psicobyte/c0858079b21f915c4b29556356ee2016 to your computer and use it in GitHub Desktop.
#!/usr/bin/python3
# Ejemplo de módulo
def mi_funcion(cadena):
if cadena == "hola":
print("ha dicho hola")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment