Skip to content

Instantly share code, notes, and snippets.

@aspyct
Created July 9, 2014 09:08
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 aspyct/2daaf9c4aa6af8416e4d to your computer and use it in GitHub Desktop.
Save aspyct/2daaf9c4aa6af8416e4d to your computer and use it in GitHub Desktop.
c = compile("print('hello')", "noFile", "exec")
f = FunctionType(c, globals())
f()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment