Skip to content

Instantly share code, notes, and snippets.

@manueldev
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manueldev/4a886afff22712507ba3 to your computer and use it in GitHub Desktop.
Save manueldev/4a886afff22712507ba3 to your computer and use it in GitHub Desktop.
def sumaDosValores( x, y ):
suma = x + y
print ("EL RESULTADO ES %d") %suma
sumaDosValores(4 , 6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment