Created
December 10, 2013 18:31
-
-
Save quintenpalmer/7895575 to your computer and use it in GitHub Desktop.
python python python
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 | |
print sys.argv[1] if len(sys.argv) > 1 else 'dummy' |
OUSSAMA-122907
commented
Mar 31, 2025
<script src="https://gist.github.com/quintenpalmer/7895575.js"></script>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment