Skip to content

Instantly share code, notes, and snippets.

@galileoguzman
Created February 16, 2015 05:46
Show Gist options
  • Save galileoguzman/229ef67761a48e6f142b to your computer and use it in GitHub Desktop.
Save galileoguzman/229ef67761a48e6f142b to your computer and use it in GitHub Desktop.
Reto del vídeo Django y Python [02] de @ajamaica
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