Skip to content

Instantly share code, notes, and snippets.

@hyunsikhwang
Created October 11, 2017 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyunsikhwang/8582189b58dfff9a5646ae4c5eb4ed44 to your computer and use it in GitHub Desktop.
Save hyunsikhwang/8582189b58dfff9a5646ae4c5eb4ed44 to your computer and use it in GitHub Desktop.
import sys
print('Number of arguments: ', len(sys.argv), 'arguments.')
print('Argument List: ', str(sys.argv))
print(str(sys.argv[1]))
print(str(sys.argv[2]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment