Skip to content

Instantly share code, notes, and snippets.

@geier
Last active December 18, 2015 16:49
Show Gist options
  • Save geier/5814123 to your computer and use it in GitHub Desktop.
Save geier/5814123 to your computer and use it in GitHub Desktop.
import platform
import requests
import sys
print platform.platform()
print 'python:', sys.version
print 'requests:', requests.__version__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment