Skip to content

Instantly share code, notes, and snippets.

@picatz
Last active November 12, 2016 23:04
Show Gist options
  • Save picatz/979ea2ef0d0f811eec44f9311effa594 to your computer and use it in GitHub Desktop.
Save picatz/979ea2ef0d0f811eec44f9311effa594 to your computer and use it in GitHub Desktop.
Print debugging example
import sys
import requests
import json
print sys
print '1'
print sys.argv
print '2'
print sys.argv[0]
print '3'
print sys.argv[1]
print '4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment