Skip to content

Instantly share code, notes, and snippets.

@baobao
Created November 3, 2017 18:32
Show Gist options
  • Save baobao/264479d33a78ebba05bdc85a4f701fd2 to your computer and use it in GitHub Desktop.
Save baobao/264479d33a78ebba05bdc85a4f701fd2 to your computer and use it in GitHub Desktop.
import sys
if len(sys.argv)<=1:
print("引数がありません")
else:
print(sys.argv[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment