Skip to content

Instantly share code, notes, and snippets.

@gregbuehler
Created November 23, 2016 20:05
Show Gist options
  • Save gregbuehler/9598af6ae0a3f1f002d681037d60a66e to your computer and use it in GitHub Desktop.
Save gregbuehler/9598af6ae0a3f1f002d681037d60a66e to your computer and use it in GitHub Desktop.
test, just prints a string and environment vars
import os
print('test')
print(os.environ)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment