Skip to content

Instantly share code, notes, and snippets.

@tertek
Last active December 5, 2023 09:24
Show Gist options
  • Save tertek/31de3bc933f756137ed4c529cc41543c to your computer and use it in GitHub Desktop.
Save tertek/31de3bc933f756137ed4c529cc41543c to your computer and use it in GitHub Desktop.
Test python remote code execution for zapier
def hello():
return "Hello World from Github"
test = hello()
output = [{'test-2': test}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment