About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
ca5
3/7/2014 - 2:37 AM
share
Share
add_circle_outline
Save
args
args
argv_sample.py
content_copy
file_download
import sys sys.argv #引数 len(sys.argv) #引数の数 sys.argv[0] #コマンド全体 sys.argv[1] #引数1個目
clear