Skip to content

Instantly share code, notes, and snippets.

@Hanrui-Wang
Created September 16, 2019 15:15
Show Gist options
  • Save Hanrui-Wang/cc2b1228e084235edd9ae06ae4798b36 to your computer and use it in GitHub Desktop.
Save Hanrui-Wang/cc2b1228e084235edd9ae06ae4798b36 to your computer and use it in GitHub Desktop.
get from sys argv
import sys
def main(arg):
print(arg)
if __name__ == '__main__':
main(sys.argv[1:])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment