Skip to content

Instantly share code, notes, and snippets.

@gotcha
Last active February 25, 2020 10:08
Show Gist options
  • Save gotcha/2b3bb0023cb4d7abea96e1825dc4f578 to your computer and use it in GitHub Desktop.
Save gotcha/2b3bb0023cb4d7abea96e1825dc4f578 to your computer and use it in GitHub Desktop.
import os
print("Python in WASM with %s is great!" % os.environ.get('PYTHONWHO', 'nobody'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment