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'
@sobhanasasi
Copy link

sobhanasasi commented Dec 4, 2018

ohhh very easy and useless code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment