Created
May 12, 2014 15:28
-
-
Save psicobyte/038cabb8fef244a126ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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