Skip to content

Instantly share code, notes, and snippets.

@psicobyte
Created May 12, 2014 15:28
Show Gist options
  • Select an option

  • Save psicobyte/038cabb8fef244a126ee to your computer and use it in GitHub Desktop.

Select an option

Save psicobyte/038cabb8fef244a126ee to your computer and use it in GitHub Desktop.
#!/usr/bin/python
#coding: utf-8
def valora(entrada):
"""
Evalua aserciones lógicas en función de parámetros fundamentales
e interpreta su contenido para emitir un juicio valorativo.
El tiempo de proceso es independiente de la longitud de la entrada.
"""
return "Me opongo a ello."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment