Skip to content

Instantly share code, notes, and snippets.

@quintenpalmer
Created December 10, 2013 18:31
Show Gist options
  • Save quintenpalmer/7895575 to your computer and use it in GitHub Desktop.
Save quintenpalmer/7895575 to your computer and use it in GitHub Desktop.
python python python
import sys
print sys.argv[1] if len(sys.argv) > 1 else 'dummy'
@OUSSAMA-122907
Copy link

<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