Skip to content

Instantly share code, notes, and snippets.

@caloni
Created May 27, 2019 16:30
Show Gist options
  • Save caloni/56e3fe78c15869ffaa7aa5643fb0b640 to your computer and use it in GitHub Desktop.
Save caloni/56e3fe78c15869ffaa7aa5643fb0b640 to your computer and use it in GitHub Desktop.
def problema_1001():
A = int( input() )
B = int( input() )
print("X =", A + B)
problema_1001()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment