Skip to content

Instantly share code, notes, and snippets.

@keehyun2
Created January 14, 2018 07:25
Show Gist options
  • Save keehyun2/bb809f45074f2e9ece3e9e2d07f72bd4 to your computer and use it in GitHub Desktop.
Save keehyun2/bb809f45074f2e9ece3e9e2d07f72bd4 to your computer and use it in GitHub Desktop.
a=input().split()
print(int(a[0])+int(a[1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment