Skip to content

Instantly share code, notes, and snippets.

@includeamin
Created March 15, 2019 21:34
Show Gist options
  • Save includeamin/f1b629d2abb89eabc1e4c39eff35f0fb to your computer and use it in GitHub Desktop.
Save includeamin/f1b629d2abb89eabc1e4c39eff35f0fb to your computer and use it in GitHub Desktop.
Standard Response Rest
def Result(state, description):
return json.dumps({
"State": state,
"Description": description
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment