Created
February 16, 2015 05:46
-
-
Save galileoguzman/229ef67761a48e6f142b to your computer and use it in GitHub Desktop.
Reto del vídeo Django y Python [02] de @ajamaica
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
def suma_e_imprime(val1, val2): | |
print "EL RESULTADO ES ", val1 + val2 | |
suma_e_imprime(678, 890.7) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment