Skip to content

Instantly share code, notes, and snippets.

@malkoG
Created March 18, 2019 10:36
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 malkoG/619e5e7814d3c71bb124290ae0600537 to your computer and use it in GitHub Desktop.
Save malkoG/619e5e7814d3c71bb124290ae0600537 to your computer and use it in GitHub Desktop.
noj.am/11023
raw_text=input()
int_array=map(int, raw_text.split())
print(sum(int_array))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment