Skip to content

Instantly share code, notes, and snippets.

@JaiParakh
Created March 3, 2020 05:36
Show Gist options
  • Save JaiParakh/ff2f60660b07dc6f14b1dc24a50c12d5 to your computer and use it in GitHub Desktop.
Save JaiParakh/ff2f60660b07dc6f14b1dc24a50c12d5 to your computer and use it in GitHub Desktop.
import sys
import json
x = {
"sum": int(sys.argv[1]) + int(sys.argv[2])
}
print(json.dumps(x))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment