Last active
November 12, 2016 23:04
-
-
Save picatz/979ea2ef0d0f811eec44f9311effa594 to your computer and use it in GitHub Desktop.
Print debugging example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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