Skip to content

Instantly share code, notes, and snippets.

@x1001000
Created May 22, 2021 21:39
Show Gist options
  • Save x1001000/cb7c2585bbc4d09f2657c022e5d9114e to your computer and use it in GitHub Desktop.
Save x1001000/cb7c2585bbc4d09f2657c022e5d9114e to your computer and use it in GitHub Desktop.
with open('read.txt') as f:
print(sum(map(int, f.readline().split())))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment