Skip to content

Instantly share code, notes, and snippets.

@jcrubino
Created October 23, 2014 18:21
Show Gist options
  • Select an option

  • Save jcrubino/938eaf86da76f58538f3 to your computer and use it in GitHub Desktop.

Select an option

Save jcrubino/938eaf86da76f58538f3 to your computer and use it in GitHub Desktop.
Example of command line csv
import sys
if __name__ == "__main__":
args = sys.argv[1:]
print(', '.join(args[0:3]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment